Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated README.md #5657

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 21 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ Uppy is a sleek, modular JavaScript file uploader that integrates seamlessly
with any application. It’s fast, has a comprehensible API and lets you worry
about more important problems than building a file uploader.

- **Fetch** files from local disk, remote URLs, Google Drive, Dropbox, Box,
- **Fetch** files from local disk, remote URLs, Google Drive, Dropbox, Box, Instagram, or capture with a camera
Instagram or snap and record selfies with a camera
- **Preview** and edit metadata with a nice interface
- **Preview & Edit** metadata before uploading with an intuitive interface
- **Upload** to the final destination, optionally process/encode

<img src="https://github.com/transloadit/uppy/raw/main/assets/uppy-2-0-demo-aug-2021.gif">
Expand Down Expand Up @@ -61,6 +61,24 @@ const uppy = new Uppy()
**[read the docs](https://uppy.io/docs)** for more details on how to use Uppy
and its plugins.

## Table of Contents
- [Features](#features)
- [Installation](#installation)
- [Documentation](#documentation)
- [Plugins](#plugins)
- [UI Elements](#ui-elements)
- [Sources](#sources)
- [Destinations](#destinations)
- [File Processing](#file-processing)
- [Mischellaneous](#miscellaneous)
- [React](#react)
- [Browser Support](#browser-support)
- [FAQ](#faq)
- [Contributions are welcome](#contributions-are-welcome)
- [Used By](#used-by)
- [Contributors](#contributors)
- [License](#license)

## Features

- Lightweight, modular plugin-based architecture, light on dependencies :zap:
Expand Down Expand Up @@ -371,4 +389,4 @@ Use Uppy in your project?

## License

The [MIT License](./LICENSE).
The [MIT License](./LICENSE).
Loading