mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-25 03:08:34 +00:00
Merge branch 'master' of https://github.com/transloadit/uppy
This commit is contained in:
commit
655e76ae6d
3 changed files with 5 additions and 5 deletions
|
|
@ -13,7 +13,7 @@ Uppy is a sleek, modular file uploader that integrates seamlessly with any appli
|
|||
|
||||
**[Read the docs](https://uppy.io/docs)** | **[Try Uppy](https://uppy.io/examples/dashboard/)**
|
||||
|
||||
Uppy is being developed by the [Transloadit](https://transloadit.com) team.
|
||||
Uppy is being developed by the folks at [Transloadit](https://transloadit.com), a versatile file encoding service.
|
||||
|
||||
## Example
|
||||
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ const Dashboard = require('./plugins/Dashboard')
|
|||
// Acquirers
|
||||
const Dummy = require('./plugins/Dummy')
|
||||
const DragDrop = require('./plugins/DragDrop')
|
||||
const FileInput = require('./plugins/FileInput.js')
|
||||
const FileInput = require('./plugins/FileInput')
|
||||
const GoogleDrive = require('./plugins/GoogleDrive')
|
||||
const Dropbox = require('./plugins/Dropbox')
|
||||
const Instagram = require('./plugins/Instagram')
|
||||
|
|
@ -17,8 +17,8 @@ const Webcam = require('./plugins/Webcam')
|
|||
|
||||
// Progressindicators
|
||||
const StatusBar = require('./plugins/StatusBar')
|
||||
const ProgressBar = require('./plugins/ProgressBar.js')
|
||||
const Informer = require('./plugins/Informer.js')
|
||||
const ProgressBar = require('./plugins/ProgressBar')
|
||||
const Informer = require('./plugins/Informer')
|
||||
|
||||
// Modifiers
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
const Plugin = require('../core/Plugin')
|
||||
const { findDOMElement } = require('../core/Utils')
|
||||
const getFormData = require('get-form-data')
|
||||
const getFormData = require('get-form-data').default
|
||||
|
||||
/**
|
||||
* Form
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue