The app is deployed here: https://agusmgarcia.github.io/next-spritesheet-parser/
An app to parse sprite sheet into animations. The system can import/export the results.
Clone the repository in your local machine
git clone https://github.com/agusmgarcia/spritesheet-parser.gitInstall dependencies
cd spritesheet-parser
npm iStart the project
npm startRun the following command on the commit you want to deploy and let the process to take care of everything:
npm run deploy