hexa_color_random

1.0.5 • Public • Published

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):

Readme

Keywords

Package Sidebar

Install

npm i hexa_color_random

Weekly Downloads

1

Version

1.0.5

License

MIT

Last publish

Collaborators

  • bonaxcrimo