Detailansicht verbessert
This commit is contained in:
50
express-server/node_modules/cli-boxes/boxes.json
generated
vendored
Normal file
50
express-server/node_modules/cli-boxes/boxes.json
generated
vendored
Normal file
@ -0,0 +1,50 @@
|
||||
{
|
||||
"single": {
|
||||
"topLeft": "┌",
|
||||
"topRight": "┐",
|
||||
"bottomRight": "┘",
|
||||
"bottomLeft": "└",
|
||||
"vertical": "│",
|
||||
"horizontal": "─"
|
||||
},
|
||||
"double": {
|
||||
"topLeft": "╔",
|
||||
"topRight": "╗",
|
||||
"bottomRight": "╝",
|
||||
"bottomLeft": "╚",
|
||||
"vertical": "║",
|
||||
"horizontal": "═"
|
||||
},
|
||||
"round": {
|
||||
"topLeft": "╭",
|
||||
"topRight": "╮",
|
||||
"bottomRight": "╯",
|
||||
"bottomLeft": "╰",
|
||||
"vertical": "│",
|
||||
"horizontal": "─"
|
||||
},
|
||||
"single-double": {
|
||||
"topLeft": "╓",
|
||||
"topRight": "╖",
|
||||
"bottomRight": "╜",
|
||||
"bottomLeft": "╙",
|
||||
"vertical": "║",
|
||||
"horizontal": "─"
|
||||
},
|
||||
"double-single": {
|
||||
"topLeft": "╒",
|
||||
"topRight": "╕",
|
||||
"bottomRight": "╛",
|
||||
"bottomLeft": "╘",
|
||||
"vertical": "│",
|
||||
"horizontal": "═"
|
||||
},
|
||||
"classic": {
|
||||
"topLeft": "+",
|
||||
"topRight": "+",
|
||||
"bottomRight": "+",
|
||||
"bottomLeft": "+",
|
||||
"vertical": "|",
|
||||
"horizontal": "-"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user