get_canvas_ascii
Retrieve raw ASCII text of the canvas to verify visual appearance. Supports selecting frame, region, and trimming empty space.
Instructions
Get the canvas as raw ASCII text (characters only, no color info). Good for verifying visual appearance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| frameIndex | No | Frame index (defaults to current) | |
| region | No | Region to render (defaults to bounding box of content) | |
| trimEmpty | No | Trim empty rows/columns around content | |
| overlayPreviousFrame | No | Show previous frame content as dim (for motion context) |