UNPKG

mapbox-gl-draw-bezier-curve-mode

Version:

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

31 lines (30 loc) 686 B
{ "name": "mapbox-gl-draw-bezier-curve-mode", "version": "1.0.2", "description": "A custom mode for MapboxGL-Draw to draw and edit bezier curves.", "keywords": [ "bezier", "curve", "bezier", "curve", "mapbox", "mapbox-gl", "mapnpx-gl-draw", "spline" ], "repository": { "type": "git", "url": "https://github.com/Jeff-Numix/mapbox-gl-draw-bezier-curve-mode.git" }, "author": "Jeff Sebrechts", "license": "MIT", "main": "src/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "dependencies": { "@mapbox/mapbox-gl-draw": "1.3.0", "mapbox-gl": "^2.4.0", "mathjs": "^9.4.4" } }