UNPKG

ui-terminal

Version:

Color text, background | node js terminal helper

11 lines (10 loc) 189 B
module.exports = { black: "\x1b[40m", red: "\x1b[41m", green: "\x1b[42m", yellow: "\x1b[43m", blue: "\x1b[44m", magenta: "\x1b[45m", cyan: "\x1b[46m", white: "\x1b[47m", };