admesh-parser
Version:
Runs admesh on an stl file, and calls back with the parsed output.
28 lines (27 loc) • 542 B
JSON
{
"name": "admesh-parser",
"version": "2.1.4",
"main": "./index.js",
"author": {
"name": "ArtskydJ",
"email": "josephdykstra@gmail.com"
},
"description": "Runs admesh on an stl file, and calls back with the parsed output.",
"keywords": [
"admesh",
"parse",
"3d model",
"stl"
],
"repository": {
"type": "git",
"url": "https://github.com/ArtskydJ/admesh-parser.git"
},
"devDependencies": {
"tape": "~5.0.1"
},
"scripts": {
"test": "tape ./test/*.js"
},
"dependencies": {}
}