UNPKG
@satoshi-r/color-converter
Version:
latest (1.0.5)
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
color converter hex2rgb & rgb2hex
github.com/satoshi-r/color-converter
satoshi-r/color-converter
@satoshi-r/color-converter
/
readme.md
16 lines
(12 loc)
•
212 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Color-converter cli
Convert
hex2rgb
and
rgb2hex.
## Install
``
`shell npm i -g @satoshi-r/color-converter `
``
## Usage
``
`shell $ color-converter ? Input color: #f3f4aa rgb(243, 244, 170) `
``