uppy/packages/@uppy/transloadit
Antoine du Hamel 6f9813d9b2
doc: update bundler recommendation (#3763)
With the switch to ESM, Browserify will no longer work with Uppy.
Instead, let's recommend bundlers that we actually test with.
2022-05-23 19:41:37 +02:00
..
src meta: prepare test files for lint rule hardening (#3761) 2022-05-23 12:02:19 +02:00
types Upgrade linting to 2.0.0-0 (#3280) 2021-11-09 11:19:05 +00:00
CHANGELOG.md Release: uppy@2.10.0 (#3727) 2022-05-14 01:09:48 +01:00
LICENSE Move Transloadit plugin to @uppy/transloadit 2018-06-18 00:49:34 -04:00
package.json @uppy/transloadit: refactor to ESM (#3725) 2022-05-17 15:17:50 +02:00
README.md doc: update bundler recommendation (#3763) 2022-05-23 19:41:37 +02:00

@uppy/transloadit

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

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.

Try it live →

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 Transloadits 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.

License

The MIT License.