random-laughing-image-generator
v0.0.5
Published
This npm package generates random laughing image url
Downloads
2
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-image-generator
Usage
const { randomLaughingImageGenerator } = require('random-laughing-image-generator');
// Generate a random image URL
const imageUrl = randomLaughingImageGenerator();
console.log(imageUrl);