nitro-math
v0.0.8
Published
A npm module with some common math functionality
Downloads
15
Readme
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.
