🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

@needle-tools/editor

Package Overview
Dependencies
Maintainers
2
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@needle-tools/editor

Package providing hooks to connect and apply changes from external editors to the Needle Engine runtime scene

latest
npmnpm
Version
1.2.1-pre.1
Version published
Maintainers
2
Created
Source

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:

export default defineConfig(async ({ command }) => {
    const { needleEditor } = await import("@needle-tools/editor/plugins");

    return { 
        plugins: [needleEditor(command, needleConfig)]
    }
}

Contact ✒️

🌵 needle — tools for unity • @NeedleTools • @marcel_wiessler • @hybridherbst • Needle Discord

FAQs

Package last updated on 13 Mar 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts