TannerPlauche / quack-it

A replacement for console.log that adds a little fun to your boring ol' log statements.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A replacement for console.log that adds a little fun to your boring ol' log statements.

npm install --save quack-it

const quack = require("quack-it");
quack("Yo dawg!")

// logs
//     _
//    ( ')<  <(  Yo dawg! )
// `(_>_)
//   LL

About

A replacement for console.log that adds a little fun to your boring ol' log statements.


Languages

Language:JavaScript 100.0%