Svelte 5 component wrapper for @arraypress/waveform-playlist.
Declarative tracks, typed props for every option, and an exported imperative navigation API.
npm install @arraypress/waveform-playlist-svelte @arraypress/waveform-playlist @arraypress/waveform-player svelte<script lang="ts">
import { WaveformPlaylist } from '@arraypress/waveform-playlist-svelte';
</script>
<WaveformPlaylist tracks={[{ url: '/a.mp3', title: 'A', artist: 'Artist' }]} />Every prop, the imperative API, and SSR notes live in the docs.
Svelte guide — install, props, the imperative API, and SSR notes. All four Svelte wrappers (player / bar / playlist) are on that page.
MIT © ArrayPress