uppy/examples/cdn-example
Antoine du Hamel c5e1b14d1d
uppy: remove legacy bundle
IE11 is long dead, Uppy doesn't use any web API that is not already supported by every major browsers, maintaining the legacy bundle is more work than it's worth, let's get rid of it!
2024-01-03 18:22:42 +01:00
..
index.html uppy: remove legacy bundle 2024-01-03 18:22:42 +01:00
package.json example: update CDN example (#3803) 2022-06-27 16:02:15 +02:00
README.md example: update CDN example (#3803) 2022-06-27 16:02:15 +02:00

CDN example

To run the example, open the index.html file in your browser.

If you want to spawn a local webserver, you can use the following commands (requires Deno, Python, or PHP):

corepack yarn install
corepack yarn workspace @uppy-example/cdn dev