# STL Repair

stl-repair is a node package that is based on the [Slic3r](https://slic3r.org/) open source software. It uses [Slic3r](https://slic3r.org/) 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][dill]
 on GitHub.

## Installation

```sh
yarn add stl-repair
```


## How to use ?

```sh
const repair = require('stl-repair');
await repair('INPUT_FILE_PATH');
```





## License

MIT



[//]: # (These are reference links used in the body of this note and get stripped out when the markdown processor does its job. There is no need to format nicely because it shouldn't be seen. Thanks SO - http://stackoverflow.com/questions/4823468/store-comments-in-markdown-syntax)

   [dill]: <https://github.com/slic3r/Slic3r>
   
