@uppy/unsplash
The Unsplash plugin lets users import files from Unsplash, the free stock photography resource.
A Companion instance is required for the Unsplash plugin to work. Companion will download the files and upload them to their destination. This saves bandwidth for the user (especially on mobile connections) and helps avoid CORS restrictions.
Uppy is being developed by the folks at Transloadit, a versatile file encoding service.
Example
import Uppy from '@uppy/core'
import Unsplash from '@uppy/unsplash'
const uppy = new Uppy()
uppy.use(Unsplash, {
})
Installation
$ npm install @uppy/unsplash --save
Alternatively, you can also use this plugin in a pre-built bundle from Transloadit’s CDN: Edgly. In that case Uppy
will attach itself to the global window.Uppy
object. See the main Uppy documentation for instructions.
Documentation
Documentation for this plugin can be found on the Uppy website.
License
The MIT License.
4.0.0-beta.3
Released: 2024-04-15
| Package | Version | Package | Version |
| ------------------------- | ------------ | ------------------------- | ------------ |
| @uppy/angular | 0.7.0-beta.3 | @uppy/onedrive | 4.0.0-beta.3 |
| @uppy/audio | 2.0.0-beta.3 | @uppy/progress-bar | 4.0.0-beta.3 |
| @uppy/aws-s3-multipart | 4.0.0-beta.3 | @uppy/provider-views | 4.0.0-beta.3 |
| @uppy/box | 3.0.0-beta.3 | @uppy/react | 4.0.0-beta.3 |
| @uppy/companion | 5.0.0-beta.3 | @uppy/remote-sources | 2.0.0-beta.3 |
| @uppy/companion-client | 4.0.0-beta.3 | @uppy/screen-capture | 4.0.0-beta.3 |
| @uppy/compressor | 2.0.0-beta.3 | @uppy/status-bar | 4.0.0-beta.3 |
| @uppy/core | 4.0.0-beta.3 | @uppy/thumbnail-generator | 4.0.0-beta.3 |
| @uppy/dashboard | 4.0.0-beta.3 | @uppy/transloadit | 4.0.0-beta.3 |
| @uppy/drag-drop | 4.0.0-beta.3 | @uppy/tus | 4.0.0-beta.3 |
| @uppy/drop-target | 3.0.0-beta.3 | @uppy/unsplash | 4.0.0-beta.3 |
| @uppy/dropbox | 4.0.0-beta.3 | @uppy/url | 4.0.0-beta.3 |
| @uppy/facebook | 4.0.0-beta.3 | @uppy/utils | 6.0.0-beta.3 |
| @uppy/file-input | 4.0.0-beta.3 | @uppy/webcam | 4.0.0-beta.3 |
| @uppy/golden-retriever | 4.0.0-beta.3 | @uppy/zoom | 3.0.0-beta.3 |
| @uppy/google-drive | 4.0.0-beta.3 | uppy | 4.0.0-beta.3 |
| @uppy/instagram | 4.0.0-beta.3 | | |
- @uppy/core: fix
setOptions
not re-rendereing plugin UI (Antoine du Hamel / #5082)