@arraypress/waveform-player-vue
v0.3.0
Published
Vue 3 component wrapper for @arraypress/waveform-player — typed props for every option, event emits, an exposed imperative API, and SSR-safe mounting.
Downloads
393
Maintainers
Readme
Waveform Player for Vue
A Vue 3 component wrapper for @arraypress/waveform-player.
Typed props for every option, lifecycle @events, an exposed imperative API, and SSR-safe mounting.
Install
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>Documentation
Full guides, the complete prop list, events, and recipes live on the docs site.
-> docs.waveformplayer.com
Vue guide — install, props, the imperative API, and SSR notes. All four Vue wrappers (player / bar / playlist) are on that page.
License
MIT (c) ArrayPress.
