Documentation
Learn how to use JS Wave Animation in your projects.
Getting Started
To use JS Wave Animation, include the JavaScript file in your project and initialize the wave animation on a canvas element.
const canvas = document.getElementById('wave-canvas');
const ctx = canvas.getContext('2d');
// Initialize wave animation