mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-22 17:47:16 +00:00
13 lines
442 B
Markdown
13 lines
442 B
Markdown
# Minimal Milkdrop Example
|
|
|
|
## 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.
|
|
|
|
You should be able to open this local html file in your browser and see Webamp working.
|
|
|
|
```
|
|
$ git clone git@github.com:captbaritone/webamp.git
|
|
$ cd webamp
|
|
$ open examples/minimalMilkdrop/index.html
|
|
```
|