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