FEATURES
Sprite Sheet and JSON Metadata Export
Build one row-based sprite sheet PNG from animation frames and export JSON metadata with frame order and slice positions.
Guide
JS
Overview
Create one sprite sheet from row-numbered frame groups. Frames are laid out left-to-right, with each new row started by a timeline number.
Build one row-based sprite sheet PNG from animation frames and export JSON metadata with frame order and slice positions.
Included in this workflow
- Create one sprite sheet from row-numbered frame groups. Frames are laid out left-to-right, with each new row started by a timeline number.
- Lay out frames left-to-right by row-numbered animation groups so the sheet matches the editor timeline.
- Export JSON with row order, frame order, filenames, and each frame rectangle inside the sprite sheet.
- Pair the sheet PNG and JSON metadata for engine import, slicing, and animation setup.
- Keep individual PNG exports, sprite sheet exports, and metadata aligned from one timeline.
Best for
- Create animated GIFs, row-numbered sprite sheets, individual PNGs, and JSON metadata for game engines.
- Create sprite animations with multiple frames.
- Organise your pixel art into your own projects.