|
%!s(int64=2) %!d(string=hai) anos | |
---|---|---|
.. | ||
src | %!s(int64=2) %!d(string=hai) anos | |
types | %!s(int64=3) %!d(string=hai) anos | |
CHANGELOG.md | %!s(int64=2) %!d(string=hai) anos | |
LICENSE | %!s(int64=6) %!d(string=hai) anos | |
README.md | %!s(int64=2) %!d(string=hai) anos | |
bundle-legacy.js | %!s(int64=3) %!d(string=hai) anos | |
bundle.js | %!s(int64=3) %!d(string=hai) anos | |
package.json | %!s(int64=2) %!d(string=hai) anos |
Robodog is an Uppy-based library that pulls your files through Transloadit for all kinds of processing, such as transcoding video, resizing images, zipping/unzipping, and more.
$ npm install @uppy/robodog
Alternatively, you can also use this package in a pre-built bundle from Transloadit’s CDN: Edgly.
<link rel="stylesheet" href="https://releases.transloadit.com/uppy/v3.0.0-beta.5/robodog.min.css">
<script src="https://releases.transloadit.com/uppy/v3.0.0-beta.5/robodog.min.js"></script>
Then, a global Robodog
variable will be available. For usage instructions, please see the main Robodog documentation.
For further details, please read the documentation on the Uppy website!