github-actions[bot] 8754114bba Release: uppy@2.9.3 (#3631) 3 years ago
..
src f25f2b6d8a add audio, box, unsplash, screen-capture to Robodog (#3483) 3 years ago
types 6b7ad5e7c7 Stricter linter (#3095) 3 years ago
CHANGELOG.md c9dcc93d4f Release: uppy@2.9.0 (#3598) 3 years ago
LICENSE 6376d68fd5 robodoggo 6 years ago
README.md 8754114bba Release: uppy@2.9.3 (#3631) 3 years ago
bundle-legacy.js 38174972d9 meta: fix CDN bundle (#3494) 3 years ago
bundle.js d729cc4caa @uppy/robodog: fix CDN bundle (#3587) 3 years ago
package.json 8754114bba Release: uppy@2.9.3 (#3631) 3 years ago

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

We recommend installing from npm and then using a module bundler such as Webpack, Browserify or Rollup.js.

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/v2.9.3/robodog.min.css">
<script src="https://releases.transloadit.com/uppy/v2.9.3/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.