Create waves.js

This commit is contained in:
Voxel 2025-03-12 15:22:19 -04:00 committed by GitHub
parent c3f9bbee89
commit 3d67e3dc65
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

15
assets/waves.js Normal file
View file

@ -0,0 +1,15 @@
<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({
el: "#waves",
mouseControls: true,
touchControls: true,
gyroControls: false,
minHeight: 200.00,
minWidth: 200.00,
scale: 1.00,
scaleMobile: 1.00,
color: 0x1b1b1b
})
</script>