# Needle Editor

This package allows to apply modifications from external editors (like Unity) to the Needle Engine runtime threejs scene.


## 💾 Installation

### ⚡ Vite

Async import the `needleEditor` plugin from `@needle-tools/editor/plugins`   
and add it to the vite plugins array:

```js
export default defineConfig(async ({ command }) => {
    const { needleEditor } = await import("@needle-tools/editor/plugins");

    return { 
        plugins: [needleEditor(command, needleConfig)]
    }
}
```


---
## Contact ✒️
<b>[🌵 needle — tools for unity](https://needle.tools)</b> • 
[@NeedleTools](https://twitter.com/NeedleTools) • 
[@marcel_wiessler](https://twitter.com/marcel_wiessler) • 
[@hybridherbst](https://twitter.com/hybridherbst) • 
[Needle Discord](http://discord.needle.tools)
