h3o-wasm
Version:
An experimental WASM package from Rust implementation of the H3 geospatial indexing system
34 lines (33 loc) • 733 B
JSON
{
"name": "h3o-wasm",
"collaborators": [
"Sylvain Laperche <sylvain.laperche@gmail.com>",
"Julien Colot <julien.colot@gmail.com>"
],
"description": "An experimental WASM package from Rust implementation of the H3 geospatial indexing system",
"version": "0.7.1-alpha.1",
"license": "BSD-3-Clause",
"repository": {
"type": "git",
"url": "https://github.com/jcolot/h3o-wasm"
},
"files": [
"h3o_wasm_bg.wasm",
"h3o_wasm.js",
"h3o_wasm.d.ts"
],
"module": "h3o_wasm.js",
"homepage": "https://docs.rs/h3o",
"types": "h3o_wasm.d.ts",
"sideEffects": [
"./snippets/*"
],
"keywords": [
"geography",
"geospatial",
"gis",
"h3",
"spatial-index",
"wasm"
]
}