UNPKG

heightmap-rgb-gen

Version:

Map generator from heightmap (comma separated numbers file). It process a heightmap as input and generates a png with a graduated color scale (customizable through the arguments)

27 lines (26 loc) 743 B
{ "name": "heightmap-rgb-gen", "version": "1.0.8", "description": "Map generator from heightmap (comma separated numbers file). It process a heightmap as input and generates a png with a graduated color scale (customizable through the arguments)", "main": "main.js", "bin": "main.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "Leonardo Bianchini", "license": "ISC", "dependencies": { "fs": "^0.0.1-security", "javascript-color-gradient": "^2.3.4", "pngjs": "^6.0.0" }, "keywords": [ "heightmap", "png", "heatmap" ], "repository": { "type": "git", "url": "https://github.com/PaperPesto/heightmap-rgb-gen.git" } }