color-value-tools 1.1.7 → 1.1.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -11
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
</h1>
|
|
5
|
-
<img
|
|
6
|
-
src="https://s3.twcstorage.ru/c9a2cc89-780f97fd-311d-4a1a-b86f-c25665c9dc46/images/npm/color-value-tools.webp"
|
|
7
|
-
alt="color-value-tools"
|
|
8
|
-
style="max-width:100%;width:auto;height:300px;border-radius:12px"
|
|
9
|
-
/>
|
|
10
|
-
</div>
|
|
1
|
+
# **Color Value Tools**
|
|
2
|
+
|
|
3
|
+

|
|
11
4
|
|
|
12
5
|
A comprehensive utility library for parsing, converting, manipulating, and analyzing color values across all major color models — hex, RGB, HSL, HSV, HWB, Lab, LCH, Oklab, Oklch, CMYK, Display P3 — plus CSS variables and named colors. Zero dependencies.
|
|
13
6
|
|
|
@@ -759,7 +752,7 @@ MIT
|
|
|
759
752
|
|
|
760
753
|
Danil Lisin Vladimirovich aka Macrulez
|
|
761
754
|
|
|
762
|
-
GitHub: [macrulezru](https://github.com/macrulezru) · Website: [
|
|
755
|
+
GitHub: [macrulezru](https://github.com/macrulezru) · Website: [npm.vuecraft.ru/en/](https://npm.vuecraft.ru/en/packages/color-value-tools/)
|
|
763
756
|
|
|
764
757
|
Bugs and questions — [issues](https://github.com/macrulezru/color-value-tools/issues)
|
|
765
758
|
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "color-value-tools",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.8",
|
|
4
4
|
"description": "Parse, convert and manipulate colors across hex, RGB, HSL, Lab, LCH, OKLCH and CMYK, with WCAG contrast checks and CSS variables. Zero dependencies.",
|
|
5
5
|
"author": "macrulez <macrulezru@gmail.com> (https://macrulez.ru/en)",
|
|
6
6
|
"license": "MIT",
|
|
7
|
-
"homepage": "https://
|
|
7
|
+
"homepage": "https://npm.vuecraft.ru/en/packages/color-value-tools/",
|
|
8
8
|
"repository": {
|
|
9
9
|
"type": "git",
|
|
10
10
|
"url": "git+https://github.com/macrulezru/color-value-tools.git"
|