1.0.4 • Published 1 year ago

colorgen-js v1.0.4

Weekly downloads
-
License
GPL-3.0-or-later
Repository
github
Last release
1 year 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

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago