mirror of
https://github.com/captbaritone/webamp
synced 2024-11-22 16:20:49 +00:00
16 lines
848 B
Markdown
16 lines
848 B
Markdown
# Examples
|
|
|
|
This directory contains a number of examples of how to add Webamp to a project.
|
|
|
|
- [Minimal](./minimal) Stick Webamp in a `<script>` tag, and add a few lines of JavaScript to get Webamp on your page.
|
|
- [Multiple Tracks](./multipleTracks) An example of setting up Webamp with multiple audio tracks.
|
|
- [Multiple Skins](./multipleSkins) An example of setting up Webamp with multiple skins.
|
|
- [Minimal Window Layout](./minimalWindowLayout) An example of configuring the initial layout of windows in Webamp.
|
|
- [Webpack](./webpack) Install Webamp via NPM and bundle it in a Webpack bundle.
|
|
- [Webpack Lazyload](./webpackLazyLoad) **In progress**
|
|
- [Minimal Milkdrop](./minimalMilkdrop) **In progress**
|
|
|
|
Additionally, we have a somewhat more full featured example that you can play with on CodeSandbox.io:
|
|
|
|
https://codesandbox.io/s/y0xypox60z
|