Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
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

  • 1.1.0-pre
  • npm
  • Socket score

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@hybridherbstNeedle Discord

FAQs

Package last updated on 26 Feb 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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc