mirror of
https://github.com/captbaritone/webamp.git
synced 2026-08-03 15:34:25 +00:00
Document where static files can be found
This commit is contained in:
parent
baa4ae93b9
commit
7bbeacce9e
1 changed files with 2 additions and 0 deletions
|
|
@ -52,9 +52,11 @@ const winamp = new Winamp({
|
|||
artist: "DJ Mike Llama",
|
||||
title: "Llama Whippin' Intro",
|
||||
},
|
||||
// Can be downloaded from: https://github.com/captbaritone/winamp2-js/raw/master/mp3/llama-2.91.mp3
|
||||
url: "path/to/mp3/llama-2.91.mp3"
|
||||
}],
|
||||
initialSkin: {
|
||||
// Can be downloaded from https://github.com/captbaritone/winamp2-js/raw/master/skins/base-2.91.wsz
|
||||
url: "path/to/skins/base-2.91.wsz"
|
||||
},
|
||||
enableHotkeys: true // Enable hotkeys
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue