fleuret

A simple Matrix class in JavaScript 🤺

MIT License

Downloads
17
Stars
5
Committers
2

fleuret 🤺

fleuret is a simple Matrix class for JavaScript.

Installation

Install fleuret using yarn:

yarn add fleuret

Or via npm:

npm install --save fleuret

Compatibility

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 yarn or npm install.
  • After making changes, run linter with yarn lint.
  • Run tests with yarn test.
  • Open a Pull Request.
Package Rankings
Top 16.83% on Npmjs.org
Badges
Extracted from project README
npm version Build Status Coverage Status