It works when adding ?module
.
thanks
//https://unpkg.com/three@0.128.0/examples/jsm/controls/OrbitControls.js?module
import {
EventDispatcher,
MOUSE,
Quaternion,
Spherical,
TOUCH,
Vector2,
Vector3 } from
"https://unpkg.com/three@latest?module";
It works when adding ?module
.
thanks
//https://unpkg.com/three@0.128.0/examples/jsm/controls/OrbitControls.js?module
import {
EventDispatcher,
MOUSE,
Quaternion,
Spherical,
TOUCH,
Vector2,
Vector3 } from
"https://unpkg.com/three@latest?module";