Api docs, etc: mojs.io : Motion for the Web
###Instructions
- Clone the repo locally
- Run
npm install
- You should be able to open index.html in a browser on your local machine and access the example.
- As you add example code and new methods to
src/index.js
, you'll need to re-transpile the code for the changes to work: - type
npm run lib && npm run dist
to transpile the code and rebuild thedist/
folder. - Feel free to make changes to the config files and submit pull requests! 🔥🤘