stl-repair
v0.0.3
Published
It's a package for repairing stl files.
Downloads
21
Readme
STL Repair
stl-repair is a node package that is based on the Slic3r open source software. It uses Slic3r to repair STL files and return repaired obj file path. A library to repair stl files.
This package uses open source project with a public repository on GitHub.
Installation
yarn add stl-repair
How to use ?
const repair = require('stl-repair');
await repair('INPUT_FILE_PATH');
License
MIT