1.0.4 • Published 3 years ago

colorgen-js v1.0.4

Weekly downloads
-
License
GPL-3.0-or-later
Repository
github
Last release
3 years ago

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

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago