0.0.8 • Published 10 years ago
nitro-math v0.0.8
nitro-math
Contains a couple of helper classes wrapping some common math functionality.
This is written using ES6 style syntax which will require the use of BabelJS or another ES6 transpiler to make changes.
How do I get set up?
- pull down repo
- when altering anything, the files in the classes folder are compiled into ES5 compatible javascript with the build.sh script. You will need babel installed globablly in order for the script to work.