webamp/examples/minimalMilkdrop
Jordan Eldredge 6f7818057b
Some checks failed
CI / build-and-test (20.x) (push) Has been cancelled
Experiment with Rollup/Vite (#1263)
* Trial switching to vite rollup

* Vite/Rollup fixups

* Cleanup

* Fixup CI

* Fix serve

* Disable post-css injection for vite

* Update image snapshots

* Update snapshots

* Enable graphql tests

* Remove tinder card

* Fix GraphQL tests with discord urls

* Avoid unused vars
2024-09-30 22:35:01 -07:00
..
index.html Experiment with Rollup/Vite (#1263) 2024-09-30 22:35:01 -07:00
README.md Move examples to their own directory 2020-07-03 22:06:29 -07:00

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