1.0.6 • Published 5 years ago
random-image-unsplash v1.0.6
random-image-unsplash
Getting Started
1-Run
npm i random-image-unsplash
oryarn add random-image-unsplash
2-Add in jsimport { FetchImage } from 'random-image-unsplash';
or const { FetchImage } = require('random-image-unsplash')
FetchImage({ type: 'user', width: 400, height: 400 }).then((image)=>{
let randomImage = image; //return image url
})
You can change width, height and type.
type is collection from https://unsplash.com/collections
🤝 Contributing
Contributions, issues and feature requests are welcome!Feel free to check issues page.
License
This project is licensed under the MIT License - see the LICENSE file for details.
Show your support
Give a ⭐️ if this project helped you!