Vue.js Waveform Visualizer
A Vue 3 component for wavesurfer.js. This component simplifies the usage of wavesurfer.js in Vue.js, with all familiar wavesurfer options available as Vue props.
You can subscribe to various wavesurfer events via props. Simply prepend an event name with `on`, e.g., ready `>` @ready. Each event receives a wavesurfer instance as the first argument.