webamp/packages/webamp-docs/docs/04_examples.md
Jordan Eldredge 91e6bd3902 Add docs site
2025-06-18 23:43:23 -07:00

11 lines
1,003 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) **In progress**
Each example has a README which explains it in more detail.