lerc
Version:
Rapid decoding of Lerc compressed raster data for any standard pixel type.
40 lines • 984 B
JSON
{
"name": "lerc",
"version": "4.1.1",
"browser": "LercDecode.js",
"bugs": {
"url": "https://github.com/esri/lerc/issues"
},
"description": "Rapid decoding of Lerc compressed raster data for any standard pixel type.",
"keywords": [
"Esri",
"LERC"
],
"author": "Esri <dev_tools@esri.com> (http://developers.arcgis.com)",
"contributors": [
"Thomas Maurer",
"Wenxue Ju"
],
"exports": {
".": {
"types": "./LercDecode.d.ts",
"require": "./LercDecode.js",
"import": "./LercDecode.es.js",
"default": "./LercDecode.js"
},
"./lerc-wasm.wasm": "./lerc-wasm.wasm"
},
"devDependencies": {},
"homepage": "https://github.com/Esri/lerc",
"license": "Apache-2.0",
"main": "LercDecode.js",
"types": "LercDecode.d.ts",
"module": "LercDecode.es.js",
"readmeFilename": "README.md",
"repository": {
"type": "git",
"url": "https://github.com/Esri/lerc.git"
},
"scripts": {},
"dependencies": {}
}