tinky / boxStyles
constboxStyles:Boxes
Predefined box styles for use in the terminal.
import { boxStyles } from "./box-styles";
console.log(boxStyles.single);
// {
// topLeft: '┌',
// top: '─',
// topRight: '┐',
// right: '│',
// bottomRight: '┘',
// bottom: '─',
// bottomLeft: '└',
// left: '│'
// }