UNPKG

@cpp.js/package-geotiff

Version:

This package provides the precompiled geotiff library, built using cpp.js, for easy integration into JavaScript, WebAssembly and React Native projects. Designed for working with GeoTIFF files, offering robust support for geospatial metadata handling, ensu

32 lines 1.19 kB
{ "name": "@cpp.js/package-geotiff", "version": "1.0.0", "nativeVersion": "1.7.3", "description": "This package provides the precompiled geotiff library, built using cpp.js, for easy integration into JavaScript, WebAssembly and React Native projects. Designed for working with GeoTIFF files, offering robust support for geospatial metadata handling, ensuring high performance and cross-platform compatibility. Ideal for use in web and mobile applications.", "homepage": "https://github.com/bugra9/cpp.js/tree/main/packages/cppjs-package-geotiff#readme", "repository": "https://github.com/bugra9/cpp.js.git", "license": "MIT", "type": "module", "dependencies": { "@cpp.js/package-proj": "^1.0.0", "@cpp.js/package-tiff": "^1.0.0", "@cpp.js/package-zlib": "^1.0.0" }, "devDependencies": { "cpp.js": "^1.0.0" }, "keywords": [ "geotiff", "libgeotiff", "cpp.js-package", "webassembly", "react-native" ], "scripts": { "build": "cppjs build", "build:wasm": "cppjs build -p WebAssembly", "build:android": "cppjs build -p Android", "build:ios": "cppjs build -p iOS", "clear": "rm -rf .cppjs dist *.xcframework" } }