easyjs-maths
v0.1.0
Published
EasyJS maths plugin (Python-style math/random helpers).
Maintainers
Readme
easyjs-maths
Maths plugin for EasyJS. Basic loads by easy.use(maths). Advanced loads by easy.use(maths.advanced).
Install
npm i easyjs-mathsUse
const easy = require("easyjs-empty");
const maths = require("easyjs-maths");
// basic
easy.use(maths);
// advanced
easy.use(maths.advanced);Refer to the easyjs-empty Readme for more info.
