1.0.7 • Published 2 years ago

coloring-text v1.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

coloring-text

Make your text colored!

Install

npm i coloring-text

Examples

Change the color of text

const { color } = require("coloring-text")

console.log(color("red text", "red"))
console.log(`This is ${color("black text with yellow background", "black", "yellow")}`)

Change the style of text

const { style } = require("coloring-text")

console.log(style("blinking text", "blink"))
console.log(style("bright and underscored text", "bright", "underscore"))
1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago