
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!
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.