paste_ascii_block
Paste a multi-line ASCII art block onto the canvas at a chosen position. Customize text color, background, and space transparency for precise placement.
Instructions
Paste a multi-line ASCII art block onto the canvas at a specified position. Great for pasting found ASCII art.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Multi-line ASCII text to paste | |
| x | No | X position for top-left corner | |
| y | No | Y position for top-left corner | |
| color | No | Text color for all pasted characters | #FFFFFF |
| bgColor | No | Background color for all pasted characters | transparent |
| preserveSpaces | No | If true, spaces will overwrite existing cells. If false, spaces are transparent. |