javascript-image-generator
v1.0.3
Published
This is a vanilla javascript library can be used to generate random images on any topic
Downloads
6
Readme
Random Image Generator
Author : Anand Raj
Date : 05-07-2022
How to use it ?
Download the library
1. Using npm
npm install javascript-image-generator
2. Cloning git repository
git clone https://github.com/anand346/randomImageGen.git
Include in html file
1. Include the js file in your html file
<script src = 'node_modules/javascript-image-generator/index.js'></script>
2. Initialize the library
<script>
randomImageGen.init('img tag id','next button class','prev button class','topic');
</script>