uppy/packages/@uppy/robodog
github-actions[bot] b9ecd94ecd
Release: uppy@2.6.0 (#3501)
| Package         | Version | Package         | Version |
| --------------- | ------- | --------------- | ------- |
| @uppy/companion |   3.3.0 | uppy            |   2.6.0 |
| @uppy/robodog   |   2.3.2 |                 |         |

- meta: warn about not merging PR manually (Artur Paikin / #3492)
- @uppy/companion: fix unpslash author meta, sanitize metadata to strings and improve companion tests (Mikael Finstad / #3478)
- meta: ensure README is correctly formatted when doing releases (Antoine du Hamel / #3499)
- meta: fix CDN bundle (Antoine du Hamel / #3494)
- meta: fix missing EOL and end of e2e test templates (Antoine du Hamel / #3484)
- meta: use a single `.env` file for config (Antoine du Hamel / #3498)
2022-02-17 19:55:12 +00:00
..
src add audio, box, unsplash, screen-capture to Robodog (#3483) 2022-02-14 17:12:11 +00:00
types Stricter linter (#3095) 2021-08-17 20:32:57 +02:00
bundle-legacy.js meta: fix CDN bundle (#3494) 2022-02-17 16:22:03 +01:00
bundle.js meta: fix CDN bundle (#3494) 2022-02-17 16:22:03 +01:00
CHANGELOG.md Release: uppy@2.5.0 (#3487) 2022-02-14 18:53:02 +00:00
LICENSE robodoggo 2019-01-28 17:05:11 +01:00
package.json Release: uppy@2.6.0 (#3501) 2022-02-17 19:55:12 +00:00
README.md Release: uppy@2.6.0 (#3501) 2022-02-17 19:55:12 +00: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

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

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