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
/
lib
/
effects.json
9 lines
•
185 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
[
{
"Reset"
:
"x1b[0m"
}
,
{
"Bright"
:
"x1b[1m"
}
,
{
"Dim"
:
"x1b[2m"
}
,
{
"Underscore"
:
"x1b[4m"
}
,
{
"Blink"
:
"x1b[5m"
}
,
{
"Reverse"
:
"x1b[7m"
}
,
{
"Hidden"
:
"x1b[8m"
}
]