┌──────┐ ┌───────┐┌───┬───┐┌───┬───┐ ┌───────┐┌───────┐┌────┬──┐┌───────┐
│ ─ └┐│ │ │├─ ─┤│ │ │ ───┤│ │ ││ │ ││ │
│ ── ││ ││ │ │├── │ │ ┌─┘│ ││ │ │└─┐ ┌─┘
└───────┘└───────┘└───┴───┘└───────┘ └─────┘ └───────┘└──┴────┘ └───┘
Overview
Boxy Font is a fancy font with square characters. It can be used in any monospaced environment. For example, you can create a terminal banner, print it in the browser developer console, or use it as a heading in your README.
Install
yarn add boxy-font
How to use
boxy(value)
Converts an input string into string of boxy characters.
const boxy = ; const boxyfied = ;
Arguments
value
(string): The string to convert.
Returns
- (string): The converted string.
generateCharsTable()
Generates the table of all supported characters.
const generateCharsTable = ; console;
Returns
- (string): The table as a multi-line string.