@mapd/mapd-draw
v1.1.0
Published
A Utility Library for drawing and interacting with shapes using canvas
Downloads
4
Readme
mapd-draw
Table of Contents
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 MapD Immerse.
Installation
npm install
npm 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