colorgen-js

1.0.4 • Public • Published

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

/colorgen-js/

    Package Sidebar

    Install

    npm i colorgen-js

    Weekly Downloads

    1

    Version

    1.0.4

    License

    GPL-3.0-or-later

    Unpacked Size

    1.14 MB

    Total Files

    55

    Last publish

    Collaborators

    • johncheung