UNPKG

ui-terminal

Version:

Color text, background | node js terminal helper

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