boxup-preset

1.0.0 • Public • Published

boxup-preset

Some presets for boxup.

MIT License build:?

Install

npm install boxup-preset --save

Usage

var presets = require('cli-boxes');
 
console.log(presets.single);
/*
{
    "topLeft": "┌",
    "topRight": "┐",
    "bottomRight": "┘",
    "bottomLeft": "└",
    "vertical": "│",
    "horizontal": "─"
}
*/

API

presets

single

┌────┐
│    │
└────┘

double

╔════╗
║    ║
╚════╝

round

╭────╮
│    │
╰────╯

single-double

╓────╖
║    ║
╙────╜

double-single

╒════╕
│    │
╘════╛

classic

+----+
|    |
+----+

Related

Package Sidebar

Install

npm i boxup-preset

Weekly Downloads

3

Version

1.0.0

License

MIT

Last publish

Collaborators

  • bubkoo