UNPKG
jdf-ws
Version:
latest (1.0.3)
1.0.3
1.0.1
1.0.0
A library for promises (CommonJS/Promises/A,B,D)
github.com/putaoshu/jdf
putaoshu/jdf
jdf-ws
/
ws
/
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
);