⚠️ Retired — 2026-07-25.@vanduo-oss/music-playeris no longer developed or released. The Vanduo legacy line (the dual-engine Vanilla + Vue 3 system) is retired; development continues in the perspective line.@vanduo-oss/vd3-cbun/music-playeris the successor. The final release,1.1.0, stays on npm and keeps working — this is a stop to development, not a removal.New docs: https://vanduo-oss.github.io/vd3-docs/ · Migration guide: https://vanduo-oss.github.io/vd3-docs/guides/migration
Standalone HTML5 audio player for the Vanduo design system.
Transport controls, volume, optional shuffle and repeat, seek bar, playlist, frosted-glass surface, and a detachable floating mode. Framework-agnostic, with an optional Vue 3 component.
pnpm add @vanduo-oss/music-playerimport VanduoMusicPlayer from "@vanduo-oss/music-player";
import "@vanduo-oss/music-player/css";
VanduoMusicPlayer.initPlayer(document.getElementById("player"), {
tracks: [
{ name: "Track 1", url: "/audio/track-1.mp3" },
{ name: "Track 2", url: "/audio/track-2.mp3" },
],
showProgress: true,
showPlaylist: true,
});Auto-init: add data-music-player and call Vanduo.init(). Vue 3 (optional peer):
<VdMusicPlayer :tracks="tracks" :options="{ glass: true }" @trackchange="onTrack" />- Docs & live demos — https://vanduo.dev
- Agent / LLM reference (full API, options, events) — SKILL.md
- Changelog — CHANGELOG.md
MIT © Vanduo