UNPKG

mapbox-gl-draw-bezier-curve-mode

Version:

A custom mode for MapboxGL-Draw to draw and edit bezier curves.

7 lines 189 B
export default class BezierNode { constructor(coords=[], handle=null, handle2=null) { this.coords=coords; this.handle=handle; this.handle2=handle2; } }