UNPKG
is-rgb-color
Version:
latest (0.0.1)
0.0.1
Loosely check whether a string is an RGB(A) color string.
segmentio/is-rgb-color
is-rgb-color
/
package.json
7 lines
•
237 B
JSON
View Raw
1
2
3
4
5
6
7
{
"name"
:
"is-rgb-color"
,
"repository"
:
"https://github.com/segmentio/is-rgb-color.git"
,
"version"
:
"0.0.1"
,
"description"
:
"Loosely check whether a string is an RGB(A) color string."
,
"keywords"
:
[
"validate"
,
"rgb"
,
"color"
]
}