art.aseprite.export
Export a canvas session to Aseprite format by saving a PNG and returning the Aseprite CLI command for conversion to run externally.
Instructions
Export a canvas session to Aseprite format. Saves the canvas as PNG and generates the Aseprite CLI command to convert it. Commands are returned for external execution.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | Canvas session ID | |
| output_name | No | Output file base name (default: session ID) |