orbit-controls-es6
Advanced tools
Weekly downloads
Readme
Little update to Orbit Controls from three.js to support ES6 modules
npm i orbit-controls-es6 --save
import OrbitControls from 'orbit-controls-es6';
const controls = new OrbitControls(camera, renderer.domElement);
controls.enabled = true;
controls.maxDistance = 1500;
controls.minDistance = 0;
FAQs
Threejs orbit controls update for ES6
The npm package orbit-controls-es6 receives a total of 149 weekly downloads. As such, orbit-controls-es6 popularity was classified as not popular.
We found that orbit-controls-es6 demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket installs a Github app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.