mirror of
https://github.com/captbaritone/webamp
synced 2024-11-22 07:40:51 +00:00
6f7818057b
Some checks failed
CI / build-and-test (20.x) (push) Has been cancelled
* 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 |
||
---|---|---|
.. | ||
minimal | ||
minimalMilkdrop | ||
minimalWindowLayout | ||
multipleSkins | ||
multipleTracks | ||
webpack | ||
webpackLazyLoad | ||
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: