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;
- Fork this repository.
- Install dependencies with
yarn
ornpm install
. - After making changes, run linter with
yarn lint
. - Run tests with
yarn test
. - Open a Pull Request.