webamp/packages/webamp-docs/docs/04_examples.md
2025-07-04 19:10:02 -07:00

11 lines
987 B
Markdown

# Examples
If you would like to look at some examples check out the [examples directory](https://github.com/captbaritone/webamp/tree/master/examples/) where you will find:
- [Minimal](https://github.com/captbaritone/webamp/tree/master/examples/minimal) Stick Webamp in a `<script>` tag, and add a few lines of JavaScript to get Webamp on your page.
- [Multiple Tracks](https://github.com/captbaritone/webamp/tree/master/examples/multipleTracks) An example of setting up Webamp with multiple audio tracks.
- [Multiple Skins](https://github.com/captbaritone/webamp/tree/master/examples/multipleSkins) An example of setting up Webamp with multiple skins.
- [Minimal Window Layout](https://github.com/captbaritone/webamp/tree/master/examples/minimalWindowLayout) An example of configuring the initial layout of windows in Webamp.
- [Minimal Milkdrop](https://github.com/captbaritone/webamp/tree/master/examples/minimalMilkdrop)
Each example has a README which explains it in more detail.