ol-map-screenshot
Version:
A simple and easy-to-use library to provide the OpenLayers map screenshot.
41 lines (40 loc) • 994 B
JSON
{
"name": "ol-map-screenshot",
"version": "1.0.2",
"description": "A simple and easy-to-use library to provide the OpenLayers map screenshot.",
"main": "index.js",
"scripts": {
"start": "parcel test/index.html -p 9000 --no-cache"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jmmluna/ol-map-screenshot.git"
},
"keywords": [
"openlayers",
"maps",
"ol",
"mapping",
"webmapping",
"sig",
"gis"
],
"author": {
"name": "José María Martínez Luna",
"email": "jmmluna@gmail.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/jmmluna/ol-map-screenshot/issues"
},
"homepage": "https://github.com/jmmluna/ol-map-screenshot#readme",
"dependencies": {
"ol": "^6.6.1"
},
"devDependencies": {
"parcel": "next"
},
"browserslist": [
"last 1 Chrome versions"
]
}