create_canvas
Create a named canvas with specified pixel dimensions. Reuse a canvas name to replace an existing one, enabling programmatic pixel art setup.
Instructions
Create a new named canvas with given dimensions. If a canvas with this name exists, it is replaced.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Canvas name | default |
| width | Yes | Width in pixels | |
| height | Yes | Height in pixels |