mapd-draw
mapd-draw copied to clipboard
2d shape drawing and interaction library using an HTML canvas 2d rendering context. Basis for lasso tool in MapD Immerse.
@heavyai/draw
Table of Contents
- Quick Start
- Synopsis
- Installation
- Testing and Linting
- Contributing
- License
Quick Start
npm run clean
npm install
npm run build
npm test
Synopsis
2d shape drawing and interaction library using an HTML canvas 2d rendering context. Basis for lasso tool in HeavyImmerse.
Installation
npm install
npm run build
Testing and Linting
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