A Mapbox GL Draw plugin to create a rectangle via click & drag
npm install mapboxgl-draw-freeline-dragBased on the work done by Jesús Botella in https://github.com/CartoDB/mapboxgl-draw-rectangle-drag.git
shell
npm i mapboxgl-draw-freeline-drag --save
`
The module exports a default binding to the module, so you can import it like:
`js
import mapboxGLDrawFreelineDrag from 'mapboxgl-draw-freeline-drag';
`