FEATURES
Sprite Sheet and JSON Export
Build one sprite sheet PNG from your row markers and export JSON metadata with frame order and sprite-sheet slice positions.
Guide
JS
Overview
Auto-generate Phaser-compatible sprite sheet grids. Frames arranged left-to-right in rows.
Build one sprite sheet PNG from your row markers and export JSON metadata with frame order and sprite-sheet slice positions.
Included in this workflow
- Auto-generate Phaser-compatible sprite sheet grids. Frames arranged left-to-right in rows.
- Lay out frames left-to-right by sequence row so the final sheet matches the editor order.
- Export JSON with row order, frame order, filenames, and each frame rectangle inside the sheet.
- Pair the sheet PNG and JSON metadata for engine import, slicing, and animation setup.
- Keep sequence exports and sheet exports aligned so one timeline drives every output format.
Best for
- Auto-generate Phaser-compatible sprite sheets. Ready for your game engine.
- Create sprite animations with multiple frames.
- Work together with your team on pixel art projects.