export_text
Export ASCII art frames to plain text files. Supports single frame, all frames, and optional metadata.
Instructions
Export the current frame or all frames as plain text (.txt). Returns ASCII art as text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | No | File path to save to (relative to project dir). If omitted, returns content only. | |
| frameIndex | No | Frame to export (defaults to current). Use "all" param for all frames. | |
| allFrames | No | Export all frames with separators | |
| trimEmpty | No | Remove leading/trailing empty rows and columns | |
| includeMetadata | No | Include frame names and timing as comments |