$ gnpm install cli-boxes
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: '┌',
	top: '─',
	topRight: '┐',
	right: '│',
	bottomRight: '┘',
	bottom: '─',
	bottomLeft: '└',
	left: '│'
}
*/
single┌────┐
│    │
└────┘
double╔════╗
║    ║
╚════╝
round╭────╮
│    │
╰────╯
bold┏━━━━┓
┃    ┃
┗━━━━┛
singleDouble╓────╖
║    ║
╙────╜
doubleSingle╒════╕
│    │
╘════╛
classic+----+
|    |
+----+
arrow↘↓↓↓↓↙
→    ←
↗↑↑↑↑↖
Copyright 2013 - present © cnpmjs.org | Home |