three-editor-controls Modularized editor controls for three.js. Use import * as THREE from 'threejs' import EditorControls from 'three-editor-controls' EditorControls(THREE) const controls = new THREE.EditorControls(camera, renderer.domElement)