1.0.7 • Published 6 years ago

randomize-hex v1.0.7

Weekly downloads
12
License
ISC
Repository
-
Last release
6 years ago

randomize-hex CI

Generate random hex color codes.

Quickstart

npm install randomize-hex

Once installed import the package.

ECMAScript Syntax:

import { randomHex } from "randomize-hex";
randomHex(); //returns a hex color code

CommonJS Syntax:

const { randomHex } = require("randomize-hex");
randomHex(); //returns a hex color code

randomHex() - returns a random hex color code in the format of #ffffff

1.0.7

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago