Skip to content

arraypress/waveform-player-vue

Repository files navigation

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.

npm version license

Documentation · npm


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.

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.

About

Vue 3 component wrapper for @arraypress/waveform-player — typed props for every option, event emits, an exposed imperative API, and SSR-safe mounting.

Topics

Resources

License

Stars

Watchers

Forks

Packages