hilbert-wasm
Version:
wasm bindings for Paul Cernoch's rust implementation of Skilling's algorithm for the Hilbert curve
27 lines • 565 B
JSON
{
"name": "hilbert-wasm",
"collaborators": [
"martintricaud"
],
"description": "wasm bindings for Paul Cernoch's rust implementation of Skilling's algorithm for the Hilbert curve",
"version": "0.1.2",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/martintricaud/hilbert"
},
"files": [
"hilbert_bg.wasm",
"hilbert.js",
"hilbert.d.ts"
],
"module": "hilbert.js",
"types": "hilbert.d.ts",
"sideEffects": false,
"keywords": [
"Hilbert",
"fractal",
"curve",
"Skilling"
]
}