aseprite_export_spritesheet
Convert .aseprite sprites or animations into packed PNG spritesheets with JSON metadata for game engines.
Instructions
Export a sprite or animation into a packed spritesheet texture (.png) and metadata (.json) for game engines.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| trim | No | Trim transparent pixels from frames | |
| format | No | JSON format structure | json-hash |
| dataPath | No | Output metadata JSON file path (e.g. 'output/hero_sheet.json') | |
| filepath | Yes | Source sprite file (.aseprite) | |
| sheetPath | Yes | Output spritesheet image path (e.g. 'output/hero_sheet.png') | |
| sheetType | No | packed | |
| splitTags | No | ||
| splitLayers | No | ||
| innerPadding | No | ||
| shapePadding | No | ||
| borderPadding | No |