leaflet.tilelayer.colorfilter
Version:
A simple and lightweight Leaflet plugin to apply CSS filters on map tiles.
28 lines (27 loc) • 615 B
JSON
{
"name": "leaflet.tilelayer.colorfilter",
"description": "A simple and lightweight Leaflet plugin to apply CSS filters on map tiles.",
"main": "src/leaflet-tilelayer-colorfilter.min.js",
"authors": [
"Cláudio T. Kawakani"
],
"license": "MIT",
"keywords": [
"visualization",
"leaflet",
"plugin",
"color",
"filter"
],
"homepage": "https://github.com/xtk93x/Leaflet.TileLayer.ColorFilter",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
".gitignore",
".npmignore",
"readme-files"
]
}