Antoine du Hamel c315329399 Remove IE polyfills and special casing (#2947) 3 år sedan
..
src ecec3d3213 Split `Plugin` into `BasePlugin` and extended `UIPlugin` (#2944) 3 år sedan
LICENSE 6376d68fd5 robodoggo 6 år sedan
README.md 23e4a537a6 Release 3 år sedan
bundle.js c315329399 Remove IE polyfills and special casing (#2947) 3 år sedan
package.json 23e4a537a6 Release 3 år sedan

README.md

@uppy/robodog

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