color-value-tools 1.1.3 → 1.1.4

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 +18 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -339,14 +339,28 @@ const palette = colorShades(accent, 5);
339
339
 
340
340
  ---
341
341
 
342
+ ## License
343
+
344
+ MIT
345
+
346
+ ---
347
+
342
348
  ## Author
343
349
 
344
350
  Danil Lisin Vladimirovich aka Macrulez
345
351
 
346
- GitHub: [macrulezru](https://github.com/macrulezru)
352
+ GitHub: [macrulezru](https://github.com/macrulezru) · Website: [macrulez.ru/en](https://macrulez.ru/en)
347
353
 
348
- Website: [macrulez.ru](https://macrulez.ru/)
354
+ Bugs and questions — [issues](https://github.com/macrulezru/color-value-tools/issues)
349
355
 
350
- ## License
356
+ ---
351
357
 
352
- MIT
358
+ ## 💖 Support the project
359
+
360
+ Open source takes time and effort. If my work saves you time or brings value, consider supporting further development.
361
+
362
+ <a href="https://donate.cryptocloud.plus/M6O34NIN" target="_blank">
363
+ <img src="https://img.shields.io/badge/Donate-CryptoCloud-8A2BE2?style=for-the-badge&logo=cryptocurrency&logoColor=white" alt="Donate via CryptoCloud">
364
+ </a>
365
+
366
+ Thank you for being part of this journey. ❤️
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "color-value-tools",
3
- "version": "1.1.3",
3
+ "version": "1.1.4",
4
4
  "description": "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 — plus CSS variables and named colors.",
5
5
  "repository": {
6
6
  "type": "git",