mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-21 01:15:35 +00:00
- uppy@0.27.0 - @uppy/aws-s3-multipart@0.27.0 - @uppy/aws-s3@0.27.0 - @uppy/companion-client@0.27.0 - @uppy/companion@0.14.0 - @uppy/core@0.27.0 - @uppy/dashboard@0.27.0 - @uppy/drag-drop@0.27.0 - @uppy/dropbox@0.27.0 - @uppy/file-input@0.27.0 - @uppy/form@0.27.0 - @uppy/golden-retriever@0.27.0 - @uppy/google-drive@0.27.0 - @uppy/informer@0.27.0 - @uppy/instagram@0.27.0 - @uppy/progress-bar@0.27.0 - @uppy/provider-views@0.27.0 - @uppy/react@0.27.0 - @uppy/redux-dev-tools@0.27.0 - @uppy/status-bar@0.27.0 - @uppy/store-default@0.27.0 - @uppy/store-redux@0.27.0 - @uppy/thumbnail-generator@0.27.0 - @uppy/transloadit@0.27.0 - @uppy/tus@0.27.0 - @uppy/url@0.27.0 - @uppy/utils@0.27.0 - @uppy/webcam@0.27.0 - @uppy/xhr-upload@0.27.0 |
||
|---|---|---|
| .. | ||
| src | ||
| types | ||
| LICENSE | ||
| package.json | ||
| README.md | ||
@uppy/core
Uppy is a sleek, modular JavaScript file uploader that integrates seamlessly with any application. It’s fast, easy to use and lets you worry about more important problems than building a file uploader.
- Fetch files from local disk, remote urls, Google Drive, Dropbox, Instagram, or snap and record selfies with a camera;
- Preview and edit metadata with a nice interface;
- Upload to the final destination, optionally process/encode
Uppy is being developed by the folks at Transloadit, a versatile file encoding service.
Example
const Uppy = require('@uppy/core')
const uppy = Uppy()
uppy.use(SomePlugin)
Installation
$ npm install @uppy/core --save
We recommend installing from npm and then using a module bundler such as Webpack, Browserify or Rollup.js.
Alternatively, you can also use this plugin in a pre-built bundle from Transloadit's CDN: Edgly. 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.