From 6ef5529481f3a4b16e3f6658f725311e85bf165c Mon Sep 17 00:00:00 2001 From: David espinosa <104380606+davespser@users.noreply.github.com> Date: Sat, 7 Dec 2024 00:16:21 +0100 Subject: [PATCH] Update menu.js --- js/menu.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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