Package providing hooks to connect and apply changes from external editors to the Needle Engine runtime scene
needleEditor plugin from @needle-tools/editor/plugins
js
export default defineConfig(async ({ command }) => {
const { needleEditor } = await import("@needle-tools/editor/plugins");
return {
plugins: [needleEditor(command, needleConfig)]
}
}
``