/fursole

Drop in replacement for console.log that shows animals speaking instead

Primary LanguageJavaScript

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 */