mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-31 14:00:43 +00:00
* main: (39 commits) @uppy/components: add imageThumbnail prop to FilesList/FilesGrid (#5985) Remove already published changesets Revert "[ci] release (#5973)" Revert "build(deps): bump actions/setup-node from 4 to 5" (#5986) [ci] release (#5973) build(deps): bump devalue from 5.1.1 to 5.3.2 (#5937) build(deps): bump brace-expansion from 1.1.11 to 1.1.12 (#5820) build(deps): bump docker/metadata-action from 5.7.0 to 5.8.0 (#5870) build(deps-dev): bump vite from 6.3.5 to 6.3.6 (#5972) build(deps): bump actions/setup-node from 4 to 5 (#5954) add typescript as a dev dep in stackblitz env (#5976) add back "main" in uppy bundle (#5975) add back framework wrappers for @uppy/status-bar (#5948) @uppy/components: fix dropzone global id (#5967) Update translations for pl_PL.ts (#5969) Dot no crash process in upload-to-cdn if version already exists [ci] release (#5939) Optmize Stackblitz install times (#5968) Fix changeset Export UppyContext and UppyContextSymbol (#5966) ... |
||
|---|---|---|
| .. | ||
| 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.