mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-17 16:50:22 +00:00
| Package | Version | Package | Version | | ---------------- | ------- | ---------------- | ------- | | @uppy/companion | 4.13.2 | @uppy/xhr-upload | 3.6.6 | | @uppy/core | 3.11.1 | uppy | 3.25.1 | | @uppy/locales | 3.5.3 | | | - @uppy/locales: Update ru_RU locale (Uladzislau Bodryi / #5120) - meta: fix `update-contributors` script (Antoine du Hamel / #5137) - meta: fix `bullet` setting for ReMark (Antoine du Hamel) - meta: add prettier to `.md` pre-commit hooks (Antoine du Hamel) - @uppy/core: make UppyEventMap more readable (Murderlon) - meta: enable prettier for markdown (Merlijn Vos / #5133) - @uppy/xhr-upload: do not throw when res is missing url (Merlijn Vos / #5132) - @uppy/companion: coerce `requestUrl` to a string (Antoine du Hamel / #5128) |
||
|---|---|---|
| .. | ||
| index.html | ||
| package.json | ||
| README.md | ||
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