1.0.6 • Published 4 years ago

random-image-unsplash v1.0.6

Weekly downloads
8
License
MIT
Repository
github
Last release
4 years ago

random-image-unsplash

Getting Started

1-Run npm i random-image-unsplash
or
yarn add random-image-unsplash
2-Add in js
import { 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!