mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-25 19:23:55 +00:00
| 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) |
||
|---|---|---|
| .. | ||
| src | ||
| types | ||
| CHANGELOG.md | ||
| LICENSE | ||
| package.json | ||
| README.md | ||
@uppy/transloadit
The Transloadit plugin can be used to upload files to Transloadit for all kinds of processing, such as transcoding video, resizing images, zipping/unzipping, and more.
Uppy is being developed by the folks at Transloadit, a versatile file encoding service.
Example
import Uppy from '@uppy/core'
import Transloadit from '@uppy/transloadit'
const uppy = new Uppy()
uppy.use(Transloadit, {
// Plugins
})
Installation
$ npm install @uppy/transloadit
Alternatively, you can also use this plugin in a pre-built bundle from Transloadit’s CDN: Edgly. In that case Uppy will attach itself to the global window.Uppy object. See the main Uppy documentation for instructions.
Documentation
Documentation for this plugin can be found on the Uppy website.