peach a19a732be8 commit message | 2 år sedan | |
---|---|---|
.. | ||
boxes.json | 2 år sedan | |
index.d.ts | 2 år sedan | |
index.js | 2 år sedan | |
license | 2 år sedan | |
package.json | 2 år sedan | |
readme.md | 2 år sedan |
Boxes for use in the terminal
The list of boxes is just a JSON file and can be used anywhere.
$ npm install cli-boxes
const cliBoxes = require('cli-boxes');
console.log(cliBoxes.single);
/*
{
topLeft: '┌',
topRight: '┐',
bottomRight: '┘',
bottomLeft: '└',
vertical: '│',
horizontal: '─'
}
*/
single
┌────┐
│ │
└────┘
double
╔════╗
║ ║
╚════╝
round
╭────╮
│ │
╰────╯
bold
┏━━━━┓
┃ ┃
┗━━━━┛
singleDouble
╓────╖
║ ║
╙────╜
doubleSingle
╒════╕
│ │
╘════╛
classic
+----+
| |
+----+