Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1.4 KB

File metadata and controls

40 lines (25 loc) · 1.4 KB

Waveform Player for Astro

Typed Astro component wrapper for @arraypress/waveform-player. Every library option as a prop, data-* serialisation handled for you, plus optional lazy-mount for large grids.

npm version license

Documentation · npm


Install

npm install @arraypress/waveform-player-astro @arraypress/waveform-player
---
import WaveformPlayer from '@arraypress/waveform-player-astro';
---
<WaveformPlayer src="/track.mp3" title="My Song" artist="The Artist" waveformStyle="mirror" />

Documentation

Full setup, every prop, the imperative API and SSR notes live on the docs site.

Astro guide — install, props, the imperative API, and SSR notes. All four Astro wrappers (player / bar / playlist) are on that page.

License

MIT © ArrayPress