| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
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: '─''
}
*/┌────┐ │ │ └────┘
╔════╗ ║ ║ ╚════╝
╭────╮ │ │ ╰────╯
┏━━━━┓ ┃ ┃ ┗━━━━┛
╓────╖ ║ ║ ╙────╜
╒════╕ │ │ ╘════╛
+----+ | | +----+
MIT © Sindre Sorhus
| Back | FazBrowse Home | New Git URL |