mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-27 04:05:10 +00:00
| Package | Version | Package | Version | | -------------------- | ------------ | -------------------- | ------------ | | @uppy/companion | 4.0.0-beta.1 | @uppy/transloadit | 3.0.0-beta.2 | | @uppy/locales | 3.0.0-beta.2 | @uppy/robodog | 3.0.0-beta.2 | | @uppy/provider-views | 3.0.0-beta.2 | uppy | 3.0.0-beta.2 | - example: fix `custom-provider` example (Antoine du Hamel / #3854) - example: fix Vue3 example (Antoine du Hamel / #3774) - @uppy/companion: remove deprecated duplicated metrics (Mikael Finstad / #3833) - example: update CDN example (Antoine du Hamel / #3803) - @uppy/companion: Companion 3 default to no s3 acl (Mikael Finstad / #3826) - @uppy/companion: rewrite companion.app() to return an object (Mikael Finstad / #3827) - @uppy/companion: remove companion provider compat api (Mikael Finstad / #3828) - @uppy/companion: rewrite code for node >=14 (Mikael Finstad / #3829) - @uppy/companion: remove chunkSize backwards compatibility (Mikael Finstad / #3830) - @uppy/companion: Companion: make `emitSuccess` and `emitError` private (Mikael Finstad / #3832) - @uppy/companion: do not use a default upload protocol (Mikael Finstad / #3834) |
||
|---|---|---|
| .. | ||
| 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
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/v3.0.0-beta.2/robodog.min.css">
<script src="https://releases.transloadit.com/uppy/v3.0.0-beta.2/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!