leaflet-canvas-markers-impr
Version:
Adding new image marker type CanvasMarker that is drawn directly onto HTML5 canvas.
34 lines (33 loc) • 851 B
JSON
{
"name": "leaflet-canvas-markers-impr",
"version": "1.0.1",
"description": "Adding new image marker type CanvasMarker that is drawn directly onto HTML5 canvas.",
"main": "leaflet-canvas-markers.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Axolord/leaflet-canvas-markers-impr.git"
},
"author": "Henri Wagner",
"keywords": [
"leaflet",
"leafletjs",
"leaflet-plugin",
"marker",
"canvas",
"leaflet-canvas-markers"
],
"license": "ISC",
"bugs": {
"url": "https://github.com/Axolord/leaflet-canvas-markers-impr/issues"
},
"homepage": "https://github.com/Axolord/leaflet-canvas-markers-impr",
"peerDependencies": {
"leaflet": "^1.0.0"
},
"directories": {
"example": "example"
}
}