copy_region_to_frame
Copy a rectangular region of ASCII art from one animation frame to another, specifying source and target frames and region boundaries.
Instructions
Copy a region of cells from one frame to another
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sourceFrame | Yes | Source frame index | |
| targetFrame | Yes | Target frame index | |
| sourceRegion | Yes | Region to copy from source | |
| targetPosition | No | Position to paste at in target (defaults to same position) | |
| overwrite | No | If true, overwrite existing cells in target |