mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-29 13:00:18 +00:00
hide robodog CDN from docs for now — it’s not available
This commit is contained in:
parent
4dcef4c3b9
commit
c393fc68f6
1 changed files with 4 additions and 2 deletions
|
|
@ -25,12 +25,14 @@ Then, with a bundler such as [webpack][webpack] or [Browserify][browserify], do:
|
|||
const transloadit = require('@uppy/robodog')
|
||||
```
|
||||
|
||||
<!--
|
||||
If you are not using a bundler, you can also import the Robodog using an HTML script tag.
|
||||
|
||||
```html
|
||||
<link rel="stylesheet" href="https://transloadit.edgly.net/releases/robodog/v1.0.0/dist/style.min.css">
|
||||
<script src="https://transloadit.edgly.net/releases/robodog/v1.0.0/dist/transloadit.min.js"></script>
|
||||
```
|
||||
<script src="https://transloadit.edgly.net/releases/robodog/v1.0.0/dist/transloadit.min.js"></script>
|
||||
```
|
||||
-->
|
||||
|
||||
## Methods
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue