Reimplementation of Desktop Ponies in browser javaScript
At first, you should get git submodule for using images of Desktop-Ponies without bloating this repository.
git submodule init
git submodule update
Then moving ponies images into repo and marshalling datas should be prepared by
executing script file scripts/convertIni.js
.
npm i
npm run prepare
Now it's ready for development!
npm run start
This library started from fork of Browser-Ponies. Thanks to @panzi and @JasminDreasond for their efforts!