create_project
Create a new pixel art project by specifying canvas dimensions and a unique identifier. This tool initiates a blank canvas for drawing pixel art.
Instructions
Create a new pixel art project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes | Unique identifier for the project | |
| width | Yes | Canvas width in pixels | |
| height | Yes | Canvas height in pixels | |
| name | No | Project name (optional) |