mirror of
https://github.com/captbaritone/webamp.git
synced 2026-01-23 02:15:01 +00:00
Bump version in butterchurn example
This commit is contained in:
parent
7cdc35b93a
commit
161c14b598
2 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
## API is still being finalized and may change when released
|
||||
|
||||
This example fetches the Webamp bundle from a free CDN, and fetches the audio file and skin from a free CDN as well, and loads Milkdrop visualizer.
|
||||
This example fetches the Webamp bundle from a free CDN, and fetches the audio file from a free CDN as well, and loads Milkdrop visualizer.
|
||||
|
||||
You should be able to open this local html file in your browser and see Webamp working.
|
||||
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
* stable version yet, until it is, you can use by installing
|
||||
* `webamp@next`.
|
||||
*/
|
||||
import Webamp from "https://unpkg.com/webamp@0.0.0-next-f432117/butterchurn";
|
||||
import Webamp from "https://unpkg.com/webamp@0.0.0-next-7cdc35b/butterchurn";
|
||||
const webamp = new Webamp({
|
||||
initialTracks: [
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue