supa-colors
v0.0.1-alpha
Published
A tiny library for adding colors to your console logs.
Downloads
1
Readme
supa-colors
supa-colors is a tiny library for adding colors to your console logs.
Example:
console.log(supa`($bgWhite)($red)hello($reset) { color: red } ($red)world($reset)`);
Colors (for both foreground and background)
- black
- red
- blue
- green
- cyan
- magenta
- yellow
- white