mirror of
https://github.com/transloadit/uppy.git
synced 2026-01-23 02:25:07 +00:00
Add css require to Robodog docs
This commit is contained in:
parent
50bbeb0245
commit
fea453b7a9
2 changed files with 2 additions and 0 deletions
|
|
@ -116,3 +116,4 @@ Specific options for the [Webcam](/docs/webcam) provider.
|
|||
[companion]: /docs/companion
|
||||
[transloadit]: /docs/transloadit#options
|
||||
[assembly-status]: https://transloadit.com/docs/api/#assembly-status-response
|
||||
[promise]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@ Then, with a bundler such as [webpack][webpack] or [Browserify][browserify], do:
|
|||
|
||||
```js
|
||||
const robodog = require('@uppy/robodog')
|
||||
require('@uppy/robodog/dist/robodog.css')
|
||||
```
|
||||
|
||||
If you are not using a bundler, you can also import Robodog using an HTML script tag.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue