1.0.2 ā€¢ Published 5 years ago

emoji-console v1.0.2

Weekly downloads
6
License
MIT
Repository
github
Last release
5 years ago

emoji-console

Custom Console Logging with Emoji

emoji-console

Install

npm install emoji-console

Usage

// es5
require('emoji-console');
// es6
import 'emoji-console';

Examples

// Logging to the console
console.cn(" Welcome to China!");
console.unicorn("Magical!")
console.beer("Cheers!")
console.relieved('All is well!')
console.poop("Holy shit!")

// Output
šŸ‡ØšŸ‡³  Welcome to China!
šŸ¦„  Magical!
šŸŗ  Cheers!
šŸ˜Œ  All is well!
šŸ’©  Holy shit!