lhl 6ff0e96ad3 8-4-1 | hai 1 ano | |
---|---|---|
.. | ||
browser.js | hai 1 ano | |
index.d.ts | hai 1 ano | |
index.js | hai 1 ano | |
license | hai 1 ano | |
package.json | hai 1 ano | |
readme.md | hai 1 ano |
Colored symbols for various log levels
Includes fallbacks for Windows CMD which only supports a limited character set.
$ npm install log-symbols
const logSymbols = require('log-symbols');
console.log(logSymbols.success, 'Finished successfully!');
// Terminals with Unicode support: ✔ Finished successfully!
// Terminals without Unicode support: √ Finished successfully!