Skip to content

Commit 9377508

Browse files
authored
chore: Update readme for charLength (#433)
1 parent d17b888 commit 9377508

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,10 @@ new Table({
150150
colorMap: {
151151
custom_green: '\x1b[32m', // define customized color
152152
},
153+
charLength: {
154+
'👋': 2,
155+
'😅': 2,
156+
}, // custom len of chars in console
153157
});
154158
```
155159

0 commit comments

Comments
 (0)