0.1.1 • Published 7 years ago
fleuret v0.1.1
fleuret 🤺
fleuret is a simple Matrix class for JavaScript.
Installation
Install fleuret using yarn:
yarn add fleuretOr via npm:
npm install --save fleuretCompatibility
The minimum supported Node version is v6.0.0.
Documentation
API Docs can be found in here
Contributing
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.