github-actions[bot] 9d03b6f600 Release: uppy@3.0.0-beta.5 (#3991) %!s(int64=2) %!d(string=hai) anos
..
src f36c732e73 @uppy/robodog,@uppy/transloadit: use modern syntax to simplify code (#3873) %!s(int64=2) %!d(string=hai) anos
types 797e171179 meta: fix more linter warnings (#3757) %!s(int64=3) %!d(string=hai) anos
CHANGELOG.md 55581bcf77 Release: uppy@2.13.2 (#3939) %!s(int64=2) %!d(string=hai) anos
LICENSE 6376d68fd5 robodoggo %!s(int64=6) %!d(string=hai) anos
README.md 9d03b6f600 Release: uppy@3.0.0-beta.5 (#3991) %!s(int64=2) %!d(string=hai) anos
bundle-legacy.js 38174972d9 meta: fix CDN bundle (#3494) %!s(int64=3) %!d(string=hai) anos
bundle.js d729cc4caa @uppy/robodog: fix CDN bundle (#3587) %!s(int64=3) %!d(string=hai) anos
package.json 5044230bf1 meta: upgrade all dev dependencies (#3903) %!s(int64=2) %!d(string=hai) anos

README.md

@uppy/robodog

npm version CI status for Uppy tests CI status for Companion tests CI status for browser tests

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.

Installation

$ 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.

Documentation

For further details, please read the documentation on the Uppy website!

License

The MIT License.