pretty-text
v1.0.1
Published
Library that provides console colors and emojis
Downloads
17
Readme
Pretty-Text
A simple library for text operations.
Console colors:
Use colors in text with .{anyColor} .{anyProperty}
console.log('Test'.red.bold.inverse); // Test (NPM does not supports colors :D)
Emojis
Transform :{name}: into symbol for emojis with .emojify
console.log('Test :dancer: 123 :nonExists:'.emojify); // Test 💃 123 :nonExists: