Character pair used to draw a progress track.
Use ASCII characters when the target terminal cannot display Unicode block glyphs reliably.
const asciiCharacters: ProgressBarCharacters = { filled: '#', empty: '-',}; Copy
const asciiCharacters: ProgressBarCharacters = { filled: '#', empty: '-',};
Character repeated for unfilled track cells.
Character repeated for filled track cells.
Character pair used to draw a progress track.
Use ASCII characters when the target terminal cannot display Unicode block glyphs reliably.
Example