@nauverse/color-to-hsla
Advanced tools
Comparing version 1.11.0 to 1.12.0
@@ -18,14 +18,18 @@ { | ||
"keywords": [ | ||
"url", | ||
"builder", | ||
"querystring", | ||
"url-builder", | ||
"query-string", | ||
"uri", | ||
"build", | ||
"concat", | ||
"concatenate", | ||
"urlcat" | ||
"hex", | ||
"color", | ||
"hsl", | ||
"rgb", | ||
"rgb-color", | ||
"rgba", | ||
"hsla", | ||
"hsla-colors", | ||
"hsla-color", | ||
"rgb-to-hsla", | ||
"rgba-to-hsla", | ||
"hex-to-hsla", | ||
"color-to-hsla", | ||
"css-to-hsla" | ||
], | ||
"version": "1.11.0", | ||
"version": "1.12.0", | ||
"type": "module", | ||
@@ -67,4 +71,4 @@ "main": "./dist/color-to-hsla.umd.cjs", | ||
"@types/node": "20.12.12", | ||
"@typescript-eslint/eslint-plugin": "7.9.0", | ||
"@typescript-eslint/parser": "7.9.0", | ||
"@typescript-eslint/eslint-plugin": "7.10.0", | ||
"@typescript-eslint/parser": "7.10.0", | ||
"@vitest/coverage-v8": "1.6.0", | ||
@@ -71,0 +75,0 @@ "eslint": "8.57.0", |
<h1 align="center"> | ||
🪄 color-to-hsla | ||
🧪 color-to-hsla | ||
<br> | ||
</h1> | ||
<p align="center"> | ||
<img src="https://github.com/TheNaubit/color-to-hsla/blob/main/images/color-to-hsla.png?raw=true" alt="color-to-hsla" /> | ||
</p> | ||
<h4 align="center">A tiny typesafe library to convert any color in any format to HSLA.</h4> | ||
@@ -70,3 +74,3 @@ | ||
<tr> | ||
<td>👌 <1kB <a href="https://bundlephobia.com/package/@nauverse/color-to-hsla@latest">minified and gzipped</a></td> | ||
<td>👌 <3kB <a href="https://bundlephobia.com/package/@nauverse/color-to-hsla@latest">minified and gzipped</a></td> | ||
</tr> | ||
@@ -73,0 +77,0 @@ <tr> |
65315
268