mirror of
https://github.com/captbaritone/webamp.git
synced 2026-01-23 10:15:31 +00:00
Document examples
This commit is contained in:
parent
358c4a1611
commit
bd98dad6cb
1 changed files with 9 additions and 0 deletions
|
|
@ -1,3 +1,12 @@
|
|||
# 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.
|
||||
- [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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue