Sprite + Utility = Spritility!
Automate the creation of a spritesheet, sprite atlas json, and an anims file ready to be used in Phaser 3.
npm install -g spritility
spritility <asset path> <target path>
To use Spritility you must specify both the source and target paths. The source path is the path where your individual sprite images are located. The target path is where the spritesheet, atlas, and anims files will be placed.