1.0.3 • Published 2 years ago

javascript-image-generator v1.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Random Image Generator

Author : Anand Raj

Date : 05-07-2022

How to use it ?

alt text

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>
1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago