random-laughing-images
v0.0.7
Published
This npm package generates random laughing image url
Downloads
18
Maintainers
Keywords
Readme
Random Image Generator
This package provides a simple function to generate a random image URL from a JSON data file.
Installation
npm i random-laughing-images
Usage
const { randomLaughingImageGenerator } = require('random-laughing-images');
// Generate a random image URL
const imageUrl = randomLaughingImageGenerator();
console.log(imageUrl);