mapbox-gl-draw-bezier-curve-mode
Version:
A custom mode for MapboxGL-Draw to draw and edit bezier curves.
30 lines (29 loc) • 689 B
JSON
{
"name": "mapbox-gl-draw-bezier-curve-mode",
"version": "1.1.0",
"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.5.0",
"mathjs": "^9.4.4"
}
}