Wavesurfer.js is an open-source audio visualization library for creating interactive, customizable waveforms. ✨ Features HTML5 Audio and Web Audio support Responsive and customizable waveforms Highly extensible with plugins TypeScript API – see the documentation 🧑💻 Quick start <div id="waveform"> <!-- the waveform will be rendered here --> </div> <script type="module"> import WaveSurfer from 'h