2.0.1 ⢠Published 4 years ago
spicy-console v2.0.1
spicy-console
Console logging with a touch of spice š¶ļø
To use:
const cnsl = require('spicy-console');
cnsl('Hello, World!');š then
š then
Wonder how you ever lived without this.
Optionally include:noborder, nobackground, noemoji, or nopadding in an array to adjust the output to your liking.
Examples:
const cnsl = require('spicy-console');
// for those that hate emojis
cnsl('Hello, World!', ['noemoji']);const spicyConsole = require('spicy-console);
// for those that hate fun, reusably
const cnsl = string => spicyConsole(string, ['nobackground', 'noemoji']);
cnsl('Hello, World!');