Skip to content

Commit

Permalink
Update menu.js
Browse files Browse the repository at this point in the history
  • Loading branch information
davespser authored Dec 6, 2024
1 parent 6ef5529 commit 88c99d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/menu.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Importar Three.js y GSAP
import * as THREE from "https://cdn.jsdelivr.net/npm/[email protected]/build/three.module.js";
import { gsap } from 'gsap';
import { gsap } from 'https://cdn.jsdelivr.net/npm/gsap@3.11.5/dist/gsap.min.js';

// Crear la escena, cámara y renderizador
const scene = new THREE.Scene();
Expand Down

0 comments on commit 88c99d9

Please sign in to comment.