Skip to content

Commit

Permalink
feat: updated readme and dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
TheNaubit committed May 20, 2024
1 parent 698c8a5 commit fc7de42
Show file tree
Hide file tree
Showing 3 changed files with 70 additions and 49 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
</h1>

<p align="center">
<img src="https://github.com/TheNaubit/tailwind-dot-grid-backgrounds/blob/92a8b6c3f527533ded1f497f035c8515c85cb995/images/header.png" alt="color-to-hsla" />
<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>
Expand Down Expand Up @@ -71,7 +71,7 @@ It works with hsl, rgb with numbers and percentages, rgba with numbers and perce
<td>0️⃣ ‎ Zero dependencies</td>
</tr>
<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>
<tr>
<td>🔒 Reliable. Even when you pass really messed up colors (mixed case) or even invalid ones, the library does not crash, it always return something</td>
Expand Down
111 changes: 66 additions & 45 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@
"@commitlint/config-conventional": "19.2.2",
"@types/eslint": "8.56.10",
"@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",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
Expand Down

0 comments on commit fc7de42

Please sign in to comment.