1.0.0 • Published 8 years ago
luxt v1.0.0
luxt
The awesome Node console output styling library
Install
npm i luxtUse
luxt supports all of the different styling features documented in ansidex. See: ansidex README
Text color:
const luxt = require('luxt')
console.log(luxt('Hey').green)Background color:
console.log(luxt('Hey').bgWhite)Styles:
const luxt = require('luxt')
console.log(luxt('Hey').blink)Stacking modifiers:
const luxt = require('luxt')
console.log(luxt('Hey').white.bgBlack.underscore)1.0.0
8 years ago