npm run clean
npm install
npm run build
npm test
2d shape drawing and interaction library using an HTML canvas 2d rendering context. Basis for lasso tool in HeavyImmerse.
npm install
npm run build
Contributions to the HEAVY.AI Draw library should be unit-tested and linted.
The linter can be invoked manually with
npm run lint
You can find our test suite in /test
. Our tests are run with
npm test