Make your console output more pretty.
console.log with colored font & cool-askii-faces.
Funny face will say/inform/yell/shout with your message.
yarn add coolsole
npm install --save coolsole
import coolsole from 'coolsole'
const coolsole = require('coolsole')
coolsole.log("just String");
coolsole.info("arrays", {1: "with", 2: "Object"});
coolsole.warn([1, 2, 3]);
coolsole.warn("or", "arrays", "okay");
coolsole.error({1: "and Object", 2: "should be okay"});
MIT