Hello,
I came back to a few month old project to check on it and it is having some issues:
In the JavaScript I import Three.js as such:
import * as THREE from "https://cdn.skypack.dev/three@0.133.1/build/three.module.js";
import { OrbitControls } from "https://cdn.skypack.dev/three/examples/jsm/controls/OrbitControls.js";
import dat from "https://cdn.skypack.dev/dat.gui";
However, I get the error:
Uncaught TypeError: Failed to resolve module specifier "three". Relative references must start with either "/", "./", or "../".
at https://cdpn.io/cp/internal/boomboom/index.html?editors=1111&key=index.html-dbaa93e4-0b01-0567-d203-390c0c61b227:0
The program worked well over the last few months. Did something change with the import?