1.0.7 • Published 4 years ago

randomize-hex v1.0.7

Weekly downloads
12
License
ISC
Repository
-
Last release
4 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

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago