webamp/examples/webpack
Jordan Eldredge 080bf26e53 Format
2019-12-19 20:58:10 -08:00
..
index.html Center Webamp vertically in example sites 2019-05-09 06:47:20 -07:00
index.js Format 2019-12-19 20:58:10 -08:00
package.json Enable prettier for example 2019-12-19 20:45:46 -08:00
README.md Start rename transition 2018-04-14 11:44:24 -07:00

Minimal Example

This example includes Webamp in a Webpack bundle. The audio file and skin are fetched from a free CDN at run time.

Note: Currently Webamp is published to NPM as a single bundle which includes all of its dependencies. This means that no matter what you do, Webamp is going to bring along it's own React, Redux, JSZip, etc. If you have a use case where you would like Webamp to share some or all of these dependencies with your own application, please file an issue and I can look into it.

To try it out:

$ git clone git@github.com:captbaritone/webamp.git
$ cd webamp/examples/webpack/
$ npm install
$ npm run build
$ open index.html