UNPKG
colorifylog
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Colorifylog is a tool to color your console logs.
github.com/Amanej/colorlog
Amanej/colorlog
colorifylog
/
test.js
4 lines
•
164 B
JavaScript
View Raw
1
2
3
4
const
colorifylog =
require
(
'./index.js'
);
colorifylog
(
"This has colors"
,
"#008000"
);
colorifylog
(
"This has colors"
,
"#ff00ff"
);
colorifylog
(
"Hello World"
,
"#ff00ff"
);