Pixi.js project to visualize 2d sprites and a node script that creates the json file
To run this project:
// use http-server: https://www.npmjs.com/package/http-server
npm install http-server -g
// run in root
http-server
Once the server is running go to either of these links:
http://127.0.0.1:8080/index.html
http://192.168.1.98:8080/index.html
Choose a sprite name and action name from the drop-downs and click Play!