uppy/examples/cdn-example
Antoine du Hamel e69d4ecf92
example: update to new CDN export names (#4006)
`Uppy` call is now exported as `Uppy` instead of `Core`.

Refs: https://github.com/transloadit/uppy/pull/3981
2022-08-18 14:55:41 +02:00
..
index.html example: update to new CDN export names (#4006) 2022-08-18 14:55:41 +02: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