From a7be42dc4010cb79b7bb99b17495728f6cb582b0 Mon Sep 17 00:00:00 2001 From: Jordan Eldredge Date: Sun, 19 Apr 2020 23:29:25 -0700 Subject: [PATCH] Document Codesandbox example --- examples/webpack/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/webpack/README.md b/examples/webpack/README.md index a8591c38..c08d5104 100644 --- a/examples/webpack/README.md +++ b/examples/webpack/README.md @@ -2,6 +2,8 @@ This example includes Webamp in a Webpack bundle. The audio file and skin are fetched from a free CDN at run time. +You can play with a working example here: https://codesandbox.io/s/github/captbaritone/webamp/tree/master/examples/webpack + **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: