From 5b2610ca37f860bd629197536881dd7789ca94d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20L=C3=B3pez?= Date: Sat, 8 Jun 2024 22:53:13 +0200 Subject: [PATCH] chore: obtain colors from images --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c98c42b..f5f1918 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ Additionally, it lets you check if a **background color meets the WCAG 2.0 acces Furthermore, it includes multiple functions such as the following: +- It allows you to **obtain the colors found in an image** - Generate the **best foreground color** (*white, black, or from a user-provided list*) for a background color, ensuring the best possible contrast ratio. (*important for improving text visibility on, for example, colored badges*). - Generate a **fixed color based on a string.** Useful for generating a color associated with, for example, a username. - Allows you to obtain a **random color similar to a given color.**