UNPKG

ui-terminal

Version:

Color text, background | node js terminal helper

10 lines (7 loc) 178 B
// Include module let ut = require("../../index"); // Test variables let data = "Hello world!"; let color = "red"; // Simple output with text in color ut.incolor(data, color);