☢️ Console Logger with Emoji Support
npm install mija
const mija = require('mija');
mija.success('Success!');
mija.option(text);
or
mija.custom(emoji, text);
option
Any available option.
text
Type: string
Custom message.
emoji
Type: string
Custom emoji. Can only be used with mija.custom
.
info
warn
error
success
magic
inprogress
stop
repeat
experimental
danger
custom
- xa - Simple console logger, that works in Node.js, Electron and the Browser
MIT