12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- {
- "single": {
- "topLeft": "┌",
- "topRight": "┐",
- "bottomRight": "┘",
- "bottomLeft": "└",
- "vertical": "│",
- "horizontal": "─"
- },
- "double": {
- "topLeft": "╔",
- "topRight": "╗",
- "bottomRight": "╝",
- "bottomLeft": "╚",
- "vertical": "║",
- "horizontal": "═"
- },
- "round": {
- "topLeft": "╭",
- "topRight": "╮",
- "bottomRight": "╯",
- "bottomLeft": "╰",
- "vertical": "│",
- "horizontal": "─"
- },
- "bold": {
- "topLeft": "┏",
- "topRight": "┓",
- "bottomRight": "┛",
- "bottomLeft": "┗",
- "vertical": "┃",
- "horizontal": "━"
- },
- "singleDouble": {
- "topLeft": "╓",
- "topRight": "╖",
- "bottomRight": "╜",
- "bottomLeft": "╙",
- "vertical": "║",
- "horizontal": "─"
- },
- "doubleSingle": {
- "topLeft": "╒",
- "topRight": "╕",
- "bottomRight": "╛",
- "bottomLeft": "╘",
- "vertical": "│",
- "horizontal": "═"
- },
- "classic": {
- "topLeft": "+",
- "topRight": "+",
- "bottomRight": "+",
- "bottomLeft": "+",
- "vertical": "|",
- "horizontal": "-"
- }
- }
|