@dream-bit/color-utils
TypeScript icon, indicating that this package has built-in type declarations

1.0.24 • Public • Published
Pull Requests Welcome

color-utils

NPM

Some helper utilities used when working with colors. On a side note, this module was born because we did work on a NFT Project with random Pixel-Data which needed the functions in this package.

🎓 Install

Just use npm install, yarn add or pnpm install, it's your choice. The package name is: @dream-bit/color-utils

🎉 Usage

You will find all necessary information about the functions in their own documentation. Docs: https://dream-bit-de.github.io/dream-bit-utils/packages/color-utils/docs/

Short explanation:

  • normalizeColor(color: string | number): number: This function will normalize RGB or RGBA colors from string to integers for Jimp to use.
  • normalizeHLSToRGB(h: number, s: number, l: number, rgb?: { b: number; g: number; r: number }): { b: number; g: number; r: number }: This method converts HSL color values to RGB color values.

contributing

You want to help us, and join the Dream-bit Community? Great! Please make sure to check out and understand what is written in the following files:

  • CODE-OF-CONDUCT.md
  • CONTRIBUTING.md

😊 About Dream-bit

At dream-bit dreams become software! We encourage people to do good things with software and bring humanity forward. You can be a part of us by contributing or joining the community at https://dream-bit.de

Develop software with your ❤️ as your 🧠.

Package Sidebar

Install

npm i @dream-bit/color-utils

Homepage

dream-bit.de

Weekly Downloads

0

Version

1.0.24

License

MPL-2.0

Unpacked Size

28.3 kB

Total Files

12

Last publish

Collaborators

  • megajin