|
@@ -87,7 +87,7 @@ npm install @uppy/core @uppy/dashboard @uppy/tus
|
|
|
```
|
|
|
|
|
|
Add CSS
|
|
|
-[uppy.min.css](https://releases.transloadit.com/uppy/v4.0.2/uppy.min.css),
|
|
|
+[uppy.min.css](https://releases.transloadit.com/uppy/v4.0.3/uppy.min.css),
|
|
|
either to your HTML page’s `<head>` or include in JS, if your bundler of choice
|
|
|
supports it.
|
|
|
|
|
@@ -102,7 +102,7 @@ object.
|
|
|
```html
|
|
|
<!-- 1. Add CSS to `<head>` -->
|
|
|
<link
|
|
|
- href="https://releases.transloadit.com/uppy/v4.0.2/uppy.min.css"
|
|
|
+ href="https://releases.transloadit.com/uppy/v4.0.3/uppy.min.css"
|
|
|
rel="stylesheet"
|
|
|
/>
|
|
|
|
|
@@ -113,7 +113,7 @@ object.
|
|
|
Uppy,
|
|
|
Dashboard,
|
|
|
Tus,
|
|
|
- } from 'https://releases.transloadit.com/uppy/v4.0.2/uppy.min.mjs'
|
|
|
+ } from 'https://releases.transloadit.com/uppy/v4.0.3/uppy.min.mjs'
|
|
|
|
|
|
const uppy = new Uppy()
|
|
|
uppy.use(Dashboard, { target: '#files-drag-drop' })
|