New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@needle-tools/editor-sync

Package Overview
Dependencies
Maintainers
2
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@needle-tools/editor-sync

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

  • 2.0.3-beta
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
104
increased by44.44%
Maintainers
2
Weekly downloads
 
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 27 Jan 2024

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