Renée Kooi c62ec3665d Update eslint to v6 (#1777) 5 years ago
..
src c62ec3665d Update eslint to v6 (#1777) 5 years ago
LICENSE 6376d68fd5 robodoggo 6 years ago
README.md bd2beedcff Release 5 years ago
bundle.js 6376d68fd5 robodoggo 6 years ago
package.json 10bc79574e lerna link convert (#1730) 5 years ago

README.md

@uppy/robodog

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