Socket
Socket
Sign inDemoInstall

console-emojis

Package Overview
Dependencies
0
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    console-emojis

Custom Console Logging with Emoji.


Version published
Weekly downloads
64
decreased by-41.28%
Maintainers
1
Install size
161 kB
Created
Weekly downloads
 

Readme

Source

console-emojis

Coverage Status npm version

Emojis enhance just about any user experience. All Emoji come from the WebpageFX/emoji-cheat-sheet.com repository. help you write better code and make debugging more fun:

console emojis

Install

npm install console-emojis

Usage

require('console-emojis');
// es6
import 'console-emojis';

Examples

// Logging to the console
console.cn(" Welcome to China!");
console.u5408(" Hello -> u5408 !")
console.u6e80(" Hello -> u6e80 !")
console.u7981(" Hello -> u7981 !")
console.a(" Hello -> a !")
console.b(" Hello -> b !")
console.ab(" Hello -> ab !")
console.cl(" Hello -> cl !")
console.o2(" Hello -> o2 !")
console.sos(" Hello -> sos !")
console.no_entry(" Hello -> no_entry !")
console.name_badge(" Hello -> name_badge !")
console.no_entry_sign(" Hello -> no_entry_sign !")
console.x(" Hello -> x !")
console.o(" Hello -> o !")
console.stop_sign(" Hello -> stop_sign !")
console.anger(" Hello -> anger !")
console.hotsprings(" Hello -> hotsprings !")

// Output
🇨🇳  Welcome to China!

🈴  Hello -> u5408 !
🈵  Hello -> u6e80 !
🈲  Hello -> u7981 !
🅰️  Hello -> a !
🅱️  Hello -> b !
🆎  Hello -> ab !
🆑  Hello -> cl !
🅾️  Hello -> o2 !
🆘  Hello -> sos !
⛔  Hello -> no_entry !
📛  Hello -> name_badge !
🚫  Hello -> no_entry_sign !
❌  Hello -> x !
⭕  Hello -> o !
🛑  Hello -> stop_sign !
💢  Hello -> anger !
♨️  Hello -> hotsprings !

Contributors

As always, thanks to our amazing contributors!

Made with github-action-contributors.

License

Licensed under the MIT License.

Keywords

FAQs

Last updated on 07 Jun 2023

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc