set_canvas_size
Set canvas size by providing width and height in points. Optionally, use canvas_index to target a specific canvas.
Instructions
Set the size of the current canvas
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| width | Yes | Canvas width in points | |
| height | Yes | Canvas height in points | |
| canvas_index | No | Canvas index (default: current) |