export_html
Export ASCII art animations as standalone HTML files with an embedded player, customizable background, font, speed, and controls.
Instructions
Export the animation as a self-contained HTML file with embedded animation player.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | No | File path to save to. If omitted, returns HTML content. | |
| backgroundColor | No | Background color | #000000 |
| fontFamily | No | Font family | monospace |
| fontSize | No | Font size in pixels | |
| animationSpeed | No | Animation speed multiplier | |
| loops | No | Number of loops | infinite |
| includeControls | No | Include play/pause controls |