mapd-draw
Table of Contents
Quick Start
npm run cleannpm installnpm run buildnpm test
Synopsis
2d shape drawing and interaction library using an HTML canvas 2d rendering context. Basis for lasso tool in MapD Immerse.
Installation
npm installnpm run build
Testing and Linting
Contributions to the MapD 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