Socket
Socket
Sign inDemoInstall

three-transformcontrols_liuyipeng

Package Overview
Dependencies
1
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    three-transformcontrols_liuyipeng

A module for using THREE.TransformControls with nodejs


Version published
Maintainers
1
Created

Readme

Source

three-transformcontrols

A module for using THREE.TransformControls with nodejs

See the original for a demo.

Updated for THREE R78.

Installation

npm install three-transformcontrols

Usage

var TransformControls = require('three-transformcontrols');
var controls = new TransformControls(camera, domElement);

Development

Ensure you have the same node environment using nvm.

npm install -g nvm nvm use

Then install as usual

npm install

Testing

Make sure you have loaded the nvm environment

nvm use

Then test as usual

npm test

Keywords

FAQs

Last updated on 07 Jun 2022

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc