console-dot-toad
v1.0.4
Published
Log with a toad, its as simple as that!
Downloads
11
Readme
搞个大新闻 Make a big news
One copy from
console.frog.
###console.toad
console.toad
is an easy way to spice up your development life. Its really that simple! Runs on vanilla javascript, in most modern browsers (the kind that has developer tools!).
Preview
So, here's what regular life looks like:
// Here is you, logging some logs
console.log("Boring.");
// And here is your output.
Boring.
Wow, what a drag that was! No wonder you've become disenchanted with web development.
NOW! Here's what your life could be after console.toad
// Here is happy you, logging some logs
console.toad("Excited!");
// And here is your output.
/_____ _____\ ------------
| \\ |__| \\ |-( Excited! )
|_____/ \_____| ------------
/^ ^ \
( ____; )
Wow. That feels good!
###Usage
Simply include the console.toad.js
file into your app!
###License Copyright (c) 2016 moeHa
The MIT License