Simple way to draw polygons on images
npm install polygonize-itPolygonize-it is a small library for drawing polygons on image, based on canvas element.
Install with npm:
``bash``
npm install polygonize-it
###Usage
Please see examples/basic.html for code.