with-alpha-hex
Advanced tools
Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "with-alpha-hex", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "A tiny TypeScript/JavaScript library which helps change/add alpha(opacity) of a css hexadecimal color.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -14,3 +14,3 @@ # with-alpha-hex | ||
There are plenty of color manipulation library but most of them output functional notation colors(Especially when using alpha). | ||
There are plenty of color manipulation libraries but most of them output functional notation colors(Especially when using alpha). | ||
@@ -17,0 +17,0 @@ ## 🤔 Ok, How to use then? |
9224