import_ascii_text
Import ASCII art from a plain text file onto the canvas, setting position, foreground color, and background color per frame.
Instructions
Import ASCII art from a plain text file onto the canvas.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | Path to the text file | |
| frameIndex | No | Frame to import to (defaults to current) | |
| offsetX | No | X offset on canvas | |
| offsetY | No | Y offset on canvas | |
| color | No | Foreground color for imported text | #ffffff |
| bgColor | No | Background color for imported text | transparent |
| replaceSpaces | No | Whether to set cells for space characters |