uppy/packages/@uppy/robodog
github-actions[bot] 6559bea96f
Release: uppy@2.7.0 (#3525)
| Package                | Version | Package                | Version |
| ---------------------- | ------- | ---------------------- | ------- |
| @uppy/angular          |   0.3.0 | @uppy/locales          |   2.0.7 |
| @uppy/aws-s3-multipart |   2.2.1 | uppy                   |   2.7.0 |
| @uppy/companion        |   3.3.1 |                        |         |

- @uppy/companion: fix unstable test (Mikael Finstad)
- @uppy/companion: replace debug (Mikael Finstad)
- @uppy/companion: Fix COMPANION_PATH (Mikael Finstad / #3515)
- @uppy/angular: update ng version (Antoine du Hamel / #3503)
- @uppy/companion: Upload protocol "s3-multipart" does not use the chunkSize option (Gabi Ganam / #3511)
- @uppy/aws-s3-multipart: Add chunks back to prepareUploadParts, indexed by partNumber (Kevin West / #3520)
- website: Add “Stop the war” banner (Artur Paikin / #3518)
- @uppy/locales: Update zh_CN.js (linxunzyf / #3513)
- meta: update remark dependencies (Antoine du Hamel / #3502)
2022-03-02 15:26:05 +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.7.0 (#3525) 2022-03-02 15:26:05 +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.7.0/robodog.min.css">
<script src="https://releases.transloadit.com/uppy/v2.7.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.