uppy/examples/cdn-example
github-actions[bot] 540ec8815c
Release: uppy@3.2.2 (#4170)
| Package              | Version | Package              | Version |
| -------------------- | ------- | -------------------- | ------- |
| @uppy/aws-s3         |   3.0.4 | @uppy/tus            |   3.0.4 |
| @uppy/core           |   3.0.4 | @uppy/xhr-upload     |   3.0.4 |
| @uppy/provider-views |   3.0.2 | uppy                 |   3.2.2 |

- @uppy/aws-s3,@uppy/tus,@uppy/xhr-upload: replace `this.getState().files` with `this.uppy.getState().files` (Artur Paikin / #4167)
- @uppy/core: make cancel() and close() arguments optional in types (Merlijn Vos / #4161)
- @uppy/provider-views: Fix button and input inconsistent font and style (Artur Paikin / #4162)
2022-10-24 18:40:22 +00:00
..
index.html Release: uppy@3.2.2 (#4170) 2022-10-24 18:40:22 +00: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