pixelart_flip_canvas
Mirror a pixel art canvas horizontally or vertically to quickly create symmetrical designs from a single drawn half.
Instructions
Mirror a canvas horizontally or vertically in place.
Common for pixel-art symmetry: draw one half of a character/object and flip instead of hand-drawing the mirrored half.
Args: params: canvas_id, direction ('horizontal' or 'vertical'). Returns: Confirmation string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |