|
5 mesiacov pred | |
---|---|---|
.. | ||
src | 8 mesiacov pred | |
.npmignore | 1 rok pred | |
CHANGELOG.md | 5 mesiacov pred | |
LICENSE | 6 rokov pred | |
README.md | 5 mesiacov pred | |
package.json | 5 mesiacov pred | |
tsconfig.build.json | 5 mesiacov pred | |
tsconfig.json | 1 rok pred |
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