A Vue 3 component wrapper for @arraypress/waveform-player.
Typed props for every option, lifecycle @events, an exposed imperative API, and SSR-safe mounting.
npm install @arraypress/waveform-player-vue @arraypress/waveform-player vue<script setup lang="ts">
import { WaveformPlayer } from '@arraypress/waveform-player-vue';
import '@arraypress/waveform-player/dist/waveform-player.css';
</script>
<template>
<WaveformPlayer :url="'/track.mp3'" title="My Song" artist="The Artist" />
</template>Full guides, the complete prop list, events, and recipes live on the docs site.
Vue guide — install, props, the imperative API, and SSR notes. All four Vue wrappers (player / bar / playlist) are on that page.
MIT (c) ArrayPress.