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 9593f2b commit 6ef5529
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,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
Expand Down

0 comments on commit 6ef5529

Please sign in to comment.