fursole
v1.0.2
Published
Drop in replacement for console.log that shows animals speaking instead
Downloads
3
Readme
fursole
Drop in replacement for console.log that shows animals speaking instead
Installation
Either grab this repo or just fetch it from npm
npm install fursole --save
Usage
Import fursole as a drop in replacement for console and start logging!
const console = require('fursole')
console.log('Hello') /* 😸💬 Hello */