mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-31 14:00:43 +00:00
* main: (328 commits) Remove temporary migration.md @uppy/examples: fix .stackblitzrc install command (#5919) [ci] release (#5918) Fix changeset for @uppy/utils major Fix changeset Update paths-ignore in ci.yml (#5914) @uppy/examples: fix workspace dependencies for StackBlitz environment (#5910) Ignore angular & @uppy-dev/dev for changesets fixup! Fix changesets Fix changesets Remove example-redux from .changesets/config Fix Companion build output and Dockerfile (#5917) Remove example-react-native-expo from .changeset/config.json Hopefully fix playwright in CI update use external sync store , fix yarn warnings @uppy/svelte: rename "check" script to "typecheck" remove chooseFiles from all the locales remove dropHereOr from all the locales update yarnrc lint fix ... |
||
|---|---|---|
| .. | ||
| src | ||
| .npmignore | ||
| CHANGELOG.md | ||
| LICENSE | ||
| package.json | ||
| README.md | ||
| tsconfig.build.json | ||
| tsconfig.json | ||
| turbo.json | ||
@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: Smart CDN. 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.