Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 478 Bytes

File metadata and controls

29 lines (21 loc) · 478 Bytes

tinky


tinky / boxStyles

Variable: boxStyles

const boxStyles: Boxes

Predefined box styles for use in the terminal.

Example

import { boxStyles } from "./box-styles";

console.log(boxStyles.single);
// {
//   topLeft: '┌',
//   top: '─',
//   topRight: '┐',
//   right: '│',
//   bottomRight: '┘',
//   bottom: '─',
//   bottomLeft: '└',
//   left: '│'
// }