export_bubbletea
Export ASCII art frames as a Bubble Tea Go TUI component. Save to a .go file or get content, with optional animation support.
Instructions
Export the current frame as a Bubbletea (Go TUI) component.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | No | File path to save (.go file). If omitted, returns content only. | |
| frameIndex | No | Frame to export (defaults to current) | |
| packageName | No | Go package name | ascii |
| modelName | No | Name for the Bubbletea model | AsciiModel |
| includeAnimation | No | Export all frames with animation support |