UNPKG
cubb
Version:
latest (1.0.5)
1.0.5
1.0.4
1.0.3
cubb是一种命令行的文本标记语言, 用于输出更友好的命令行文本。
github.com/Spikef/cubb
Spikef/cubb
cubb
/
src
/
lib
/
box.js
17 lines
(16 loc)
•
306 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
exports
.single = { topLeft:
'┌'
, topRight:
'┐'
, bottomRight:
'┘'
, bottomLeft:
'└'
, vertical:
'│'
, horizontal:
'─'
};
exports
.
double
= { topLeft:
'╔'
, topRight:
'╗'
, bottomRight:
'╝'
, bottomLeft:
'╚'
, vertical:
'║'
, horizontal:
'═'
};