4.1.1 • Published 4 years ago
@radic/console-colors v4.1.1
Console Colors
Install
npm install -g @radic/console-colorsUsage
import {parser} from '@radic/console-colors';
console.log(parser.parse(`
{bold.red.underline}This is bold, red and underlined.{/red} But we dropped the red.{reset} And just resetted the rest.
{green.bgBlue.bold}We can also mix openers and closers{/bgBlue.bgYellow./bold./green.blue}And make it really silly.
{f(#333)}If support for 256 colors is present, you can use the RGB 0 - 6 values. Also, you can provide a fallback{f(#eee).bold.underline}
Fairly advanced things are possible
{b(green).f(red).bold.underline}Some text{/f.green./underline}greeen stuff{reset}
`))4.1.1
4 years ago
4.1.0
5 years ago
4.0.3
6 years ago
4.0.2
6 years ago
2.0.4
9 years ago
2.0.3
9 years ago
2.0.2
9 years ago
2.0.1
9 years ago
0.9.6
9 years ago
0.9.5
9 years ago
0.9.4
9 years ago
0.9.3
9 years ago
0.9.2
9 years ago
0.9.0
9 years ago
0.8.0
9 years ago
0.7.0
10 years ago
0.6.1
10 years ago
0.6.0
10 years ago
0.5.3
10 years ago
0.5.1
10 years ago
0.5.0
10 years ago
0.4.1
10 years ago
0.4.0
10 years ago
0.2.0
10 years ago
0.1.0
10 years ago
0.0.2
10 years ago
0.0.1
10 years ago