export_react
Export ASCII animation as a reusable React component, with option for TypeScript and play/pause controls.
Instructions
Export the animation as a React component (JSX or TSX).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | No | File path to save to | |
| typescript | No | Use TypeScript (TSX) | |
| includeControls | No | Include play/pause controls | |
| componentName | No | React component name | AsciiAnimation |