colorgen-js
v1.0.4
Published
A color generation library for javascript
Downloads
3
Readme
colorGenJS
A color generation library for JavaScript
This library also has a version for Java
Install
To use the library, download the colorgen.js
file (click here)
<script src="/path/to/colorgen.js"></script>
<script>
let randomColor = colorgen.randomRGB();
</script>
Or use npm
npm i colorgen-js
then
const colorgen = require('colorgen-js')
API and Example
Visit this page for the functions provided by the library