mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-22 17:58:05 +00:00
fix typo
This commit is contained in:
parent
26fb61f988
commit
94e7500ecf
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ const uppy = Uppy({ autoProceed: false })
|
|||
## Features
|
||||
|
||||
- Lightweight, modular plugin-based architecture, easy on dependencies :zap:
|
||||
- Resumable file uploads via the open [tus](https://tus.io/) standard, so large uploads survice network hiccups
|
||||
- Resumable file uploads via the open [tus](https://tus.io/) standard, so large uploads survive network hiccups
|
||||
- Supports picking files from: Webcam, Dropbox, Google Drive, Instagram, bypassing the user’s device where possible, syncing between servers directly via [uppy-server](https://github.com/transloadit/uppy-server)
|
||||
- Works great with file encoding and processing backends, such as [Transloadit](https://transloadit.com), works great without (just roll your own Apache/Nginx/Node/FFmpeg/etc backend)
|
||||
- Sleek user interface :sparkles:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue