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

/boxup-preset/

    Package Sidebar

    Install

    npm i boxup-preset

    Weekly Downloads

    1

    Version

    1.0.0

    License

    MIT

    Last publish

    Collaborators

    • bubkoo