stlfiletools
Version:
Basic tools to create a 3d model in a STL file for 3d printing.Maps a function which takes a position and returns a height onto a rectangle or sphere.eg model generated from perlin noise.
26 lines (25 loc) • 773 B
JSON
{
"name": "stlfiletools",
"version": "2.3.1",
"description": "Basic tools to create a 3d model in a STL file for 3d printing.Maps a function which takes a position and returns a height onto a rectangle or sphere.eg model generated from perlin noise.",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yutayLemon/STLFileToolsNodejs.git"
},
"keywords": [
"3D",
"stlfile",
"tool",
"3dprinting"
],
"author": "yutay <yutay.lemon@gmail.com>",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/yutayLemon/STLFileToolsNodejs/issues"
},
"homepage": "https://github.com/yutayLemon/STLFileToolsNodejs#readme"
}