ds-heightmap
Version:
Use diamond-square algorithm to generate heightmaps.
22 lines • 566 B
JSON
{
"name": "ds-heightmap",
"collaborators": [
"Zoron <fralonra@aliyun.com>"
],
"description": "Using diamond-square algorithm to generate heightmaps which stored in a 2D-array.",
"version": "0.1.2",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/fralonra/ds-heightmap"
},
"files": [
"ds_heightmap_bg.wasm",
"ds_heightmap.js",
"ds_heightmap.d.ts"
],
"module": "ds_heightmap.js",
"homepage": "https://github.com/fralonra/ds-heightmap",
"types": "ds_heightmap.d.ts",
"sideEffects": false
}