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.
Files changed (2) hide show
  1. package/README.md +4 -11
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,13 +1,6 @@
1
- <div align="center" style="background:#111827;border-radius:20px;padding:28px 20px 20px;margin-bottom:32px">
2
- <h1 style="color:#f9fafb;margin:0 0 32px;font-size:2.2em;letter-spacing:-0.03em;font-weight:700;font-family:sans-serif">
3
- color-value-tools
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
+ ![Мой логотип](https://github.com/macrulezru/assets/blob/master/packages-images/color-value-tools.png?raw=true)
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: [macrulez.ru/en](https://macrulez.ru/en)
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.7",
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://github.com/macrulezru/color-value-tools#readme",
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"