geom-parse-stl
Version:
Parse a STL (StereoLithography) ASCII string, ArrayBuffer or ArrayBuffer with ASCII data, and return a simplicial complex.
49 lines (48 loc) • 1.17 kB
JSON
{
"name": "geom-parse-stl",
"version": "1.0.0",
"description": "Parse a STL (StereoLithography) ASCII string, ArrayBuffer or ArrayBuffer with ASCII data, and return a simplicial complex.",
"keywords": [
"stl",
"parser",
"simplicial-complex",
"ascii",
"webgl",
"webgpu"
],
"homepage": "https://github.com/dmnsgn/geom-parse-stl",
"bugs": "https://github.com/dmnsgn/geom-parse-stl/issues",
"repository": {
"type": "git",
"url": "git+https://github.com/dmnsgn/geom-parse-stl.git"
},
"funding": [
{
"type": "individual",
"url": "https://paypal.me/dmnsgn"
},
{
"type": "individual",
"url": "https://commerce.coinbase.com/checkout/56cbdf28-e323-48d8-9c98-7019e72c97f3"
}
],
"license": "MIT",
"author": "Damien Seguin (https://github.com/dmnsgn)",
"sideEffects": false,
"type": "module",
"exports": {
".": {
"types": "./types/index.d.ts",
"default": "./index.js"
}
},
"main": "index.js",
"types": "types/index.d.ts",
"dependencies": {
"typed-array-constructor": "^1.0.2"
},
"engines": {
"node": ">=22.0.0",
"npm": ">=10.5.1"
}
}