Logo

0x5a.live

for different kinds of informations and explorations.

GitHub - sindresorhus/log-symbols: Colored symbols for various log levels

Colored symbols for various log levels. Contribute to sindresorhus/log-symbols development by creating an account on GitHub.

Visit SiteGitHub - sindresorhus/log-symbols: Colored symbols for various log levels

GitHub - sindresorhus/log-symbols: Colored symbols for various log levels

Colored symbols for various log levels. Contribute to sindresorhus/log-symbols development by creating an account on GitHub.

Powered by 0x5a.live ๐Ÿ’—

log-symbols

Colored symbols for various log levels

Includes fallbacks for Windows CMD which only supports a limited character set.

Install

npm install log-symbols

Usage

import logSymbols from 'log-symbols';

console.log(logSymbols.success, 'Finished successfully!');
// Terminals with Unicode support:     โœ” Finished successfully!
// Terminals without Unicode support:  โˆš Finished successfully!

API

logSymbols

info

success

warning

error

Related

Cross Platform Resources

are all listed below.

Resources

listed to get explored on!!

Made with โค๏ธ

to provide different kinds of informations and resources.