fleuret is a simple Matrix class for JavaScript.
Install fleuret using yarn:
yarn add fleuretOr via npm:
npm install --save fleuretThe 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
yarnornpm install. - After making changes, run linter with
yarn lint. - Run tests with
yarn test. - Open a Pull Request.