# THREE.MeshLine.Module
MeshLine as Module (ES2022)

# Install
```
npm install three.meshline.module
```

# Import
```
import {MeshLine, MeshLineMaterial, MeshLineRaycast} from "three.meshline.module";
```

# Credits
This package is adapted from [MeshLine](https://github.com/spite/THREE.MeshLine).
