uppy/packages/@uppy/svelte
Prakash c3c7cef4ed
@uppy: upgrade deps (#6307)
will do a separte PR for changes which would require code changes so
it's easier to review , didn't upgrade any deps for `@uppy/aws-s3` since
we'll merge the rewrite so I think we should do that upgrade in the
rewrite branch before merging.

update : Dependency upgrades which required code changes were raised
separately

- #6309 
- #6310

---------

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
2026-05-29 18:58:42 +05:30
..
src/lib Add useImageEditor (#6122) 2026-01-29 11:13:12 +01:00
.gitignore Headless components (#5727) 2025-05-22 09:59:43 +02:00
.npmignore @uppy/svelte: remove UMD output and make it use newer types (#5023) 2024-03-28 10:04:39 +01:00
CHANGELOG.md [ci] release (#6166) 2026-02-03 11:08:41 +01:00
LICENSE Svelte integration (#2671) 2020-12-23 13:45:26 +00:00
package.json @uppy: upgrade deps (#6307) 2026-05-29 18:58:42 +05:30
README.md Fix links (#5492) 2024-10-29 13:54:00 +01:00
svelte.config.js Migrate from Eslint/Prettier/Stylelint to Biome (#5794) 2025-07-01 14:55:41 +02:00
tsconfig.json Migrate from Eslint/Prettier/Stylelint to Biome (#5794) 2025-07-01 14:55:41 +02:00
turbo.json Add useImageEditor (#6122) 2026-01-29 11:13:12 +01:00
vite.config.js Migrate from Eslint/Prettier/Stylelint to Biome (#5794) 2025-07-01 14:55:41 +02:00

@uppy/svelte

Uppy logo: a smiling puppy above a pink upwards arrow

npm version CI status for Uppy tests CI status for Companion tests CI status for browser tests

Svelte component wrappers around Uppys officially maintained UI plugins.

Uppy is being developed by the folks at Transloadit, a versatile file encoding service.

Installation

All Svelte components are provided through the @uppy/svelte package.

Install from NPM:

npm install @uppy/svelte
# Or with yarn
yarn add @uppy/svelte

Documentation

Documentation for this plugin can be found on the Uppy website. At the moment, theres no documentation yet, so this link wont work. Stay tuned for more info

License

The MIT License.