Installation and Usage
Installation
- yarn
- npm
yarn add hymatrix-js
npm install hymatrix-js
Usage
- ES Modules
- CommonJS
import HyMatrix from 'hymatrix-js'
const hyMatrix = new HyMatrix()
const hyMatrix2 = new HyMatrix({...})
const HyMatrix = require('hymatrix-js')
const hyMatrix = new HyMatrix()
const hyMatrix2 = new HyMatrix({...})