export_ink
Export ASCII art frames as Ink components for Node.js terminal apps, with optional animation support.
Instructions
Export the current frame as an Ink (React CLI) component for Node.js terminal apps.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | No | File path to save (.tsx file). If omitted, returns content only. | |
| frameIndex | No | Frame to export (defaults to current) | |
| componentName | No | Name for the component | AsciiArt |
| includeAnimation | No | Export all frames with animation support |