|
пре 4 месеци | |
---|---|---|
.. | ||
src | пре 4 месеци | |
.npmignore | пре 1 година | |
CHANGELOG.md | пре 5 месеци | |
LICENSE | пре 6 година | |
README.md | пре 6 месеци | |
package.json | пре 5 месеци | |
tsconfig.build.json | пре 5 месеци | |
tsconfig.json | пре 5 месеци |
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