mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-25 19:23:55 +00:00
| Package | Version | Package | Version | | --------------- | ------- | --------------- | ------- | | @uppy/companion | 3.5.2 | @uppy/robodog | 2.5.5 | | @uppy/core | 2.1.10 | uppy | 2.9.5 | - @uppy/companion: Bump moment from 2.29.1 to 2.29.2 (dependabot[bot] / #3635) - @uppy/core: fix `TypeError` when file was removed (Antoine du Hamel / #3670) |
||
|---|---|---|
| .. | ||
| src | ||
| types | ||
| bundle-legacy.js | ||
| bundle.js | ||
| CHANGELOG.md | ||
| LICENSE | ||
| package.json | ||
| README.md | ||
@uppy/robodog
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/v2.9.5/robodog.min.css">
<script src="https://releases.transloadit.com/uppy/v2.9.5/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!