A simple Matrix class in JavaScript 🤺
fleuret is a simple Matrix class for JavaScript.
Install fleuret using yarn:
yarn add fleuret
Or via npm:
npm install --save fleuret
The minimum supported Node version is v6.0.0.
API Docs can be found in here
Pull Requests are welcome. To propose changes, use these steps below;
yarn or npm install.yarn lint.yarn test.