uppy/packages/@uppy/robodog
Artur Paikin 5e35987079
Log error in uppy.addFile try/catch (#1680)
* Log error in uppy.addFile try/catch

* Add `.isRestriction` to a custom RestrictionError, check for that before logging

* keep throwing for robodog.upload

//cc @goto-bus-stop
2019-06-28 20:25:17 +03:00
..
src Log error in uppy.addFile try/catch (#1680) 2019-06-28 20:25:17 +03:00
bundle.js robodoggo 2019-01-28 17:05:11 +01:00
LICENSE robodoggo 2019-01-28 17:05:11 +01:00
package.json Release 2019-06-07 14:34:13 +02:00
README.md Release 2019-06-07 14:34:13 +02:00

@uppy/robodog

Uppy logo: a superman puppy in a pink suit

Build Status

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 --save

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://transloadit.edgly.net/releases/uppy/v1.2.0/robodog.min.css">
<script src="https://transloadit.edgly.net/releases/uppy/v1.2.0/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.