uppy/packages/@uppy/svelte
github-actions[bot] e7be319547
Release: uppy@3.25.4 (#5188)
| Package         | Version | Package         | Version |
| --------------- | ------- | --------------- | ------- |
| @uppy/companion |  4.13.3 | @uppy/tus       |   3.5.5 |
| @uppy/svelte    |   3.1.5 | uppy            |  3.25.4 |

- @uppy/svelte: do not attempt removing plugin before it's created (Antoine du Hamel / #5186)
- docs: Update `facebook.mdx` (Evgenia Karunus)
- @uppy/tus: fix no headers passed to companion if argument is a function (netdown / #5182)
- @uppy/companion: fix google drive gsuite export large size (Milan Nakum / #5144)
- meta: Improve provider docs: Box & Zoom (Evgenia Karunus / #5166)
- meta: add MDX file to `lint-staged` list (Antoine du Hamel / #5174)
- @uppy/companion: handle ws `'error'` event (Mikael Finstad / #5167)
2024-05-22 07:35:41 +00:00
..
src @uppy/svelte: do not attempt removing plugin before it's created (#5186) 2024-05-22 09:25:23 +02:00
.gitignore meta: fix yarn build:clean (#4866) 2024-01-16 17:11:51 +01:00
.npmignore add .npmignore files to ignore .gitignore when packing (#3380) 2021-12-21 14:39:54 +01:00
CHANGELOG.md Release: uppy@3.25.4 (#5188) 2024-05-22 07:35:41 +00:00
LICENSE Svelte integration (#2671) 2020-12-23 13:45:26 +00:00
package.json Release: uppy@3.25.4 (#5188) 2024-05-22 07:35:41 +00:00
README.md meta: enable prettier for markdown (#5133) 2024-05-02 11:35:55 +02:00
rollup.config.js Update Linter (#2796) 2021-03-15 16:25:17 +00:00
tsconfig.json meta: prettier 3.0.3 -> 3.2.4 (#4889) 2024-01-24 11:37:01 +01: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.