UNPKG

cubb

Version:

cubb是一种命令行的文本标记语言, 用于输出更友好的命令行文本。

17 lines (16 loc) 306 B
exports.single = { topLeft: '┌', topRight: '┐', bottomRight: '┘', bottomLeft: '└', vertical: '│', horizontal: '─' }; exports.double = { topLeft: '╔', topRight: '╗', bottomRight: '╝', bottomLeft: '╚', vertical: '║', horizontal: '═' };