1.0.24 • Published 2 years ago

@dream-bit/color-utils v1.0.24

Weekly downloads
-
License
MPL-2.0
Repository
github
Last release
2 years ago

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 🧠.

1.0.24

2 years ago

1.0.23

2 years ago

1.0.19

2 years ago

1.0.18

2 years ago

1.0.17

2 years ago

1.0.16

2 years ago

1.0.22

2 years ago

1.0.21

2 years ago

1.0.20

2 years ago

1.0.15

2 years ago

1.0.14

2 years ago

1.0.13

2 years ago

1.0.12

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago