|
il y a 4 mois | |
---|---|---|
.. | ||
src | il y a 4 mois | |
.npmignore | il y a 1 an | |
CHANGELOG.md | il y a 5 mois | |
LICENSE | il y a 6 ans | |
README.md | il y a 6 mois | |
package.json | il y a 4 mois | |
tsconfig.build.json | il y a 5 mois | |
tsconfig.json | il y a 5 mois |
View library for Uppy remote provider plugins.
Uppy is being developed by the folks at Transloadit, a versatile file encoding service.
import Plugin from '@uppy/core/lib/plugin'
import { ProviderViews } from '@uppy/provider-views'
class GoogleDrive extends UIPlugin {
install() {
this.view = new ProviderViews(this)
// snip
}
render(state) {
return this.view.render(state)
}
}
Unless you are creating a custom provider plugin, you do not need to install this.
$ npm install @uppy/provider-views