musicplayer-meistodom
v1.0.0
Published
A simple JavaScript music player that allows you to manage playlists and control playback.
Downloads
2
Readme
Music Player A simple JavaScript music player that allows you to manage playlists and control playback.
Features Add tracks to the playlist Play, pause, skip to the next or previous track Usage Instantiate a new MusicPlayer. Add tracks to the playlist using the addToPlaylist() method. Control playback with play(), pause(), next(), and previous() methods.