|
hace 5 meses | |
---|---|---|
.. | ||
src | hace 8 meses | |
.npmignore | hace 1 año | |
CHANGELOG.md | hace 6 meses | |
LICENSE | hace 6 años | |
README.md | hace 6 meses | |
package.json | hace 6 meses | |
tsconfig.build.json | hace 5 meses | |
tsconfig.json | hace 1 año |
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