colorobjects
v1.2.4
Published
A collection of color objects and utilities
Downloads
29
Readme
ColorObjects
🎨 The library with colors~!
Installation
# npm
> npm install colorobjects
# yarn
> yarn add colorobjects
# bun
> bun add colorobjectsUsage
import colors, { Azure } from "colorobjects";
const ObjectAzure = colors.Blue.Azure; // #007FFF
const ExportedAzure = Azure; // #007FFFUsage (CJS)
const { Azure } = require("colorobjects");
const ExportedAzure = Azure; // #007FFF