0.0.8 • Published 8 months ago

@lwdev/audio-player v0.0.8

Weekly downloads
-
License
MIT
Repository
-
Last release
8 months ago

lw-audio-player

Audio player web component with optional playlist/album view

package-badge jsdelivr-badge

Screenshot

LW Audio Player

Docs

You can find documentation at audio-player.littlewall.dev

Quick start

<script src="https://cdn.jsdelivr.net/npm/@lwdev/audio-player@latest" type="module"></script>

<lw-audio-player>
    <lw-audio-player-song
        artist="Milan Zítka"
        album="Yellow World (EP, 2023)"
        cover="/images/yellow-world.jpg"
        url="/audio/milan-zitka_yellow_world.mp3"
        title="Yellow World"
    ></lw-audio-player-song>
</lw-audio-player>

v1.0 checklist

  • core functions
  • better design
  • assets lazyload
  • separate CDN and npm build
  • finished documentation

License

MIT License.

0.0.8

8 months ago

0.0.7

9 months ago

0.0.6

9 months ago

0.0.5

9 months ago

0.0.4

9 months ago

0.0.3

9 months ago

0.0.2

9 months ago

0.0.1

9 months ago