Comparing version 1.1.1 to 1.1.2
{ | ||
"name": "letlog", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "Log variables to console with label of variable name", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -60,37 +60,37 @@ Letlog | ||
"color" -> This will change the text color of the label. The color options are as follows: | ||
black | ||
red | ||
green | ||
yellow | ||
blue | ||
magenta | ||
cyan | ||
white | ||
gray | ||
grey | ||
rainbow | ||
zebra | ||
america | ||
trap | ||
random | ||
- black | ||
- red | ||
- green | ||
- yellow | ||
- blue | ||
- magenta | ||
- cyan | ||
- white | ||
- gray | ||
- grey | ||
- rainbow | ||
- zebra | ||
- america | ||
- trap | ||
- random | ||
"bgColor" -> This will change the background color of the label. The background color options are as follows: | ||
bgBlack | ||
bgRed | ||
bgGreen | ||
bgYellow | ||
bgBlue | ||
bgMagenta | ||
bgCyan | ||
bgWhite | ||
- bgBlack | ||
- bgRed | ||
- bgGreen | ||
- bgYellow | ||
- bgBlue | ||
- bgMagenta | ||
- bgCyan | ||
- bgWhite | ||
"style" -> This will change the style of the label text. The style options are as follows: | ||
reset | ||
bold | ||
dim | ||
italic | ||
underline | ||
inverse | ||
hidden | ||
strikethrough | ||
- reset | ||
- bold | ||
- dim | ||
- italic | ||
- underline | ||
- inverse | ||
- hidden | ||
- strikethrough | ||
@@ -97,0 +97,0 @@ |
10068