Boxes for use in the terminal
The list of boxes is just a JSON file and can be used anywhere.
npm install cli-boxes
import cliBoxes from 'cli-boxes';
console.log(cliBoxes.single);
/*
{
topLeft: '┌',
top: '─',
topRight: '┐',
right: '│',
bottomRight: '┘',
bottom: '─',
bottomLeft: '└',
left: '│'
}
*/
┌────┐
│ │
└────┘
╔════╗
║ ║
╚════╝
╭────╮
│ │
╰────╯
┏━━━━┓
┃ ┃
┗━━━━┛
╓────╖
║ ║
╙────╜
╒════╕
│ │
╘════╛
+----+
| |
+----+
↘↓↓↓↓↙
→ ←
↗↑↑↑↑↖
- boxen - Create boxes in the terminal