1.0.7 • Published 10 months ago

coloring-text v1.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months 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

10 months ago

1.0.6

10 months ago

1.0.5

11 months ago

1.0.4

11 months ago

1.0.3

11 months ago

1.0.2

11 months ago

1.0.1

11 months ago

1.0.0

11 months ago