aper
v0.0.1
Published
🎵 A simple music player built with [solid.js](https://solidjs.com) and [howler.js](https://howlerjs.com/).
Downloads
5
Readme
aper
🎵 A simple music player built with solid.js and howler.js.
Installation
pnpm add aper
Demo
Usage
import Aper from "aper"
import 'aper/dist/style.css'
const ap = new Aper({
container: document.getElementById("root") as HTMLElement,
audios: [
{
name: "name",
url: "https://demo/name.flac",
artist: "artist",
lrc: "https://demo/name.lrc",
},
...
],
})