emoticonsole

overrides console.log to support shorthand emoji :poop:

Usage no npm install needed!

<script type="module">
  import emoticonsole from 'https://cdn.skypack.dev/emoticonsole';
</script>

README

emoticonsole

overrides console.log to support shorthand emoji like :emoji:

Installation

npm install --save emoticonsole

Usage

console.log('testing :penguin:', ':poop') // will print 'testing :penguin: :poop:'