1.0.5 • Published 7 years ago

hexa_color_random v1.0.5

Weekly downloads
-
License
MIT
Repository
-
Last release
7 years ago

Table of Contents

Install

$ npm install hexa_color_random

Introduction

This is a node.js module to generate random hexa color. It is written in JavaScript, does not require compiling, and is 100% MIT licensed.

Here is an example on how to use it:

var hexaColor = require('hexa_color_random');
var color = hexaColor.randomHexa();

console.log(color);

Contributors

Thanks goes to the people who have contributed code to this module.

Additionally I'd like to thank the following people:

Sponsors

The following companies have supported this project financially, allowing me to spend more time on it (ordered by time of contribution):

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago