create_canvas
Create a new pixel art canvas with custom width and height, ready for drawing and animation in Aseprite.
Instructions
Create a new Aseprite canvas with specified dimensions.
Args: width: Width of the canvas in pixels height: Height of the canvas in pixels filename: Name of the output file (default: canvas.aseprite)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| width | Yes | ||
| height | Yes | ||
| filename | No | canvas.aseprite |