You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Find the name of the color given a hex, rgb and hsl string!
10
10
@@ -19,7 +19,7 @@ It uses the Euclidean distance formula to calculate the distance between colors
19
19
- 🪶 **Lightweight** - The module WITH the 140 css colors definitions [weights 4kb gzipped](https://bundlephobia.com/package/color-2-name@1.1.1)!
20
20
- 📦 **Bundled** - Optimized and minified build, with ESM, CJS, UMD and browser versions available!
21
21
- 💪️ **Typed** - Written in typescript (with types included)
22
-
- 🛡️️ **Tested** - Tested with 100% of coverage and over 4000 tests (most of all from [wpt](https://github.com/web-platform-tests/wpt/)) to ensure the full adherence to the css standards
22
+
- 🛡️️ **Tested** - Over 4000 tests (most of all from [wpt](https://github.com/web-platform-tests/wpt/)) with 100% coverage to ensure the full adherence to the css standards
23
23
- 🎈 **No dependencies** - Dependencies tend to have dependencies endlessly and this can lead to security issues. This is a small module, and it doesn't need anything else!
24
24
25
25
## 🚀 Benchmarks
@@ -28,7 +28,7 @@ Designed with the performance in mind, it is 20 times faster than the self-procl
- The performance results were generated on a common Intel i5 by running `npm run benchmark` in the library folder. See [tests/benchmark.testts](https://github.com/wp-blocks/color-2-name/blob/master/tests/benchmark.testts).
0 commit comments