Update waves.js

This commit is contained in:
Voxel 2025-03-12 15:31:32 -04:00 committed by GitHub
parent 5c3cc0bbf2
commit a52c4582ae
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,3 @@
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/r134/three.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/vanta@latest/dist/vanta.waves.min.js"></script>
<script>
VANTA.WAVES({ VANTA.WAVES({
el: "#waves", el: "#waves",
mouseControls: true, mouseControls: true,
@ -12,4 +9,3 @@ VANTA.WAVES({
scaleMobile: 1.00, scaleMobile: 1.00,
color: 0x1b1b1b color: 0x1b1b1b
}) })
</script>