UNPKG
pretty-color
Version:
latest (1.0.1)
1.0.1
1.0.0
color utils
github.com/leevscript/pretty-color
leevscript/pretty-color
pretty-color
/
demo
/
index.html
18 lines
(16 loc)
•
278 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE
html
>
<
html
lang
=
"en"
>
<
head
>
<
meta
charset
=
"UTF-8"
>
<
title
>
Title
</
title
>
<
script
src
=
"../dist/index.js"
>
</
script
>
<
style
>
</
style
>
</
head
>
<
body
>
</
body
>
<
script
>
var
color =
new
Color
(
'red'
)
console
.
log
(color.
toHex
())
</
script
>
</
html
>