uppy/packages/@uppy/robodog
github-actions[bot] 236d92898c
Release: uppy@2.13.0 (#3889)
| Package            | Version | Package            | Version |
| ------------------ | ------- | ------------------ | ------- |
| @uppy/dashboard    |   2.4.0 | @uppy/robodog      |   2.9.0 |
| @uppy/image-editor |   1.4.0 | uppy               |  2.13.0 |
| @uppy/transloadit  |   2.3.4 |                    |         |

- @uppy/transloadit: fix outdated file ids and incorrect usage of files (Merlijn Vos / #3886)
- @uppy/image-editor: remove beta notice (Merlijn Vos / #3877)
- meta: Fix broken links in _posts/2019-08-1.3.md (YukeshShr / #3884)
- meta: Fix broken link in _posts/2017-03-0.15.md (YukeshShr / #3883)
- @uppy/image-editor: Add image editor cancel event (James R T / #3875)
2022-07-18 12:59:08 +01:00
..
src @uppy/robodog,@uppy/transloadit: use modern syntax to simplify code (#3873) 2022-07-11 11:07:30 +02:00
types meta: fix more linter warnings (#3757) 2022-05-19 17:15:38 +02:00
bundle-legacy.js meta: fix CDN bundle (#3494) 2022-02-17 16:22:03 +01:00
bundle.js @uppy/robodog: fix CDN bundle (#3587) 2022-03-22 00:31:27 +01:00
CHANGELOG.md Release: uppy@2.12.3 (#3876) 2022-07-11 15:08:45 +01:00
LICENSE robodoggo 2019-01-28 17:05:11 +01:00
package.json Release: uppy@2.13.0 (#3889) 2022-07-18 12:59:08 +01:00
README.md Release: uppy@2.13.0 (#3889) 2022-07-18 12:59:08 +01:00

@uppy/robodog

Uppy logo: a superman puppy in a pink suit

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 Transloadits CDN: Edgly.

<link rel="stylesheet" href="https://releases.transloadit.com/uppy/v2.13.0/robodog.min.css">
<script src="https://releases.transloadit.com/uppy/v2.13.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.