drawing_generateCanvas
Create a customizable drawing canvas by specifying width and height in pixels for use in AI-assisted painting projects.
Instructions
Generate a new drawing canvas with specified width and height.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
height | Yes | Height of the canvas in pixels | |
width | Yes | Width of the canvas in pixels |