@dream-bit/color-utils
v1.0.24
Published
A package to have some utilities when working with colors
Downloads
45
Maintainers
Readme
color-utils
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 🧠.