0.1.1 • Published 10 months ago

howler-playlist-player v0.1.1

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

Howler Playlist Player

A drag-and-drop, yet customisable, HTML music player!

How-to

Adding to your website

Build locally

git clone https://github.com/Denperidge/howler-playlist-player.git
cd howler-playlist-player
npm install
npm run build  # Alternatively, use npm start to watch for automatic rebuild

Publish a new version

  • Run npm version {major,minor,patch}
  • This will return the new version number
  • Run git push origin vX.X.X
  • That's it! GitHub Actions will take care of publishing it.

Discussions

Dev instability

Whether it be because of how I've set up the project or because of the tools I am/was using; occasionally, using npm run dev, would casue the builds to return invalid code or return "module is undefined". Just try saving again, and then it should work!

0.1.1

10 months ago

0.1.0

10 months ago