1.1.1 • Published 8 months ago

huez v1.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

Huez

Automatic UI Color Palette Generator from a Base Color

huez

Installation

npm install huez

Usage

import { huez } from "huez";

const baseColor = "#0077cc";
const colorFormat = "hex"; // "hsl", "rgb", or "hex"

try {
  const palette = huez(baseColor, colorFormat);
} catch (error) {
  console.error(error.message);
}

License

MIT

1.1.1

8 months ago

1.1.0

8 months ago

1.0.11

8 months ago

1.0.10

8 months ago

1.0.9

8 months ago

1.0.8

8 months ago

1.0.7

8 months ago

1.0.5

8 months ago

1.0.4

8 months ago

1.0.3

8 months ago

1.0.2

8 months ago

1.0.1

9 months ago

1.0.0

9 months ago