mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-17 16:46:04 +00:00
- Bump package.json and Webamp.VERSION to 2.3.0 - Move changelog Unreleased items into 2.3.0 section - Update "unreleased" references in docs to v2.3.0 - Switch all examples from renderWhenReady to renderInto - Update multipleMilkdropPresets to use stable @^2 instead of @next - Update lazy example to webamp@^2.3.0 - Update release skill with version bump and changelog steps Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| lazy | ||
| minimal | ||
| minimalMilkdrop | ||
| minimalWindowLayout | ||
| multipleMilkdropPresets | ||
| multipleSkins | ||
| multipleTracks | ||
| readme.md | ||
Examples
This directory contains a number of examples of how to add Webamp to a project.
- Minimal Stick Webamp in a
<script>tag, and add a few lines of JavaScript to get Webamp on your page. - Multiple Tracks An example of setting up Webamp with multiple audio tracks.
- Multiple Skins An example of setting up Webamp with multiple skins.
- Minimal Window Layout An example of configuring the initial layout of windows in Webamp.
- Webpack Install Webamp via NPM and bundle it in a Webpack bundle.
- Webpack Lazyload In progress
- Minimal Milkdrop In progress
Additionally, we have a somewhat more full featured example that you can play with on CodeSandbox.io: