btss
v1.2.0
Published
basic terminal string styling
Downloads
6
Readme
BTSS
Basic Terminal String Styling in <5kb
install - npm i btss
Text decorations
example -
import { grey } from "btss";
grey("this text will be grey");
- reset
- bold
- grey
- underline
- blink
- reverse
- hidden
Colors
these colors can be used as font color or background color example -
import { red, bgred } from "btss";
// red font color
red("text");
// red background color
bgred("text");
- black
- red
- green
- yellow
- blue
- magenta
- cyan
- white
- crimson