rectangle
rectangleCreate a shape with specified width, height, optional fill color, position, and corner radius.
Instructions
Create a rectangle with optional fill color/position/cornerRadius.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| width | Yes | ||
| height | Yes | ||
| hex | No | ||
| x | No | ||
| y | No | ||
| cornerRadius | No |