pixelart_draw_line
Draw straight lines on pixel art canvases by specifying coordinates, color, and line width.
Instructions
Draw a straight line on a canvas between two points.
Args: params: canvas_id, x0, y0, x1, y1, color, line_width. Returns: Confirmation string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |