- Bonfire Lit
- Jul 9, 2008
-

If you're one of the sinners who caused this please unfriend me now.

|
if you really want a hearty lol there's always log-symbols
21,984,229 weekly downloads and 3,637 dependents
here it is:
code:import chalk from 'chalk';
import isUnicodeSupported from 'is-unicode-supported';
const main = {
info: chalk.blue('ℹ'),
success: chalk.green('✔'),
warning: chalk.yellow('⚠'),
error: chalk.red('✖'),
};
const fallback = {
info: chalk.blue('i'),
success: chalk.green('√'),
warning: chalk.yellow('‼'),
error: chalk.red('×'),
};
const logSymbols = isUnicodeSupported() ? main : fallback;
export default logSymbols;
if (isUnicodeSupported()) { useUnicode(); } else { useDifferentUnicode(); }
|
#
¿
Jan 12, 2022 07:40
|
|
- Adbot
-
ADBOT LOVES YOU
|
|
#
¿
May 22, 2022 21:07
|
|