log-symbols
Advanced tools
Weekly downloads
Readme
Colored symbols for various log levels
Includes fallbacks for Windows CMD which only supports a limited character set.
npm install log-symbols
import logSymbols from 'log-symbols';
console.log(logSymbols.success, 'Finished successfully!');
// Terminals with Unicode support: ✔ Finished successfully!
// Terminals without Unicode support: √ Finished successfully!
FAQs
Colored symbols for various log levels. Example: `✔︎ Success`
The npm package log-symbols receives a total of 23,950,657 weekly downloads. As such, log-symbols popularity was classified as popular.
We found that log-symbols demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket installs a Github app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.