UNPKG
tinycolor
Version:
latest (0.0.1)
0.0.1
a to-the-point color module for node
einaros/tinycolor
tinycolor
/
example.js
3 lines
•
155 B
JavaScript
View Raw
1
2
3
require
(
'./tinycolor'
);
console
.
log
(
'this should be red and have an underline!'
.
grey
.
underline
);
console
.
log
(
'this should have a blue background!'
.
bgBlue
);