diff --git a/js/menu.js b/js/menu.js index 26aa1045..b60b2ee4 100644 --- a/js/menu.js +++ b/js/menu.js @@ -1,5 +1,5 @@ // Importar Three.js y GSAP -import * as THREE from 'three'; +import * as THREE from "https://cdn.jsdelivr.net/npm/three@0.152.2/build/three.module.js"; import { gsap } from 'gsap'; // Crear la escena, cámara y renderizador