Skip to content

Real-John-Cheung/colorGenJS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A color generation library for JavaScript

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published