Skip to content
/ logsib Public

Is just a fun console tool to make bigger text in console or whatever place you want to print.

Notifications You must be signed in to change notification settings

ajd01/logsib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LogsIB = Logs In Big

Is just a fun console tool to make bigger text in console or whatever place you want to print.

Then plan is just import the package an use his log function and let the magic begin 😄.

  npm i --save logsib
  const { log } = require('logsib')

  let str = 'Logs In Big :)'

  log(str, k => console.log(k))

Log function require 2 params, str as the string to transform and the callback function to do whatever you want. We have a third parameter that tell the max size of characters in screen, by default the value is set as 20 but you can play with this.

If you wish to make this package better in any way just send a PR 👍

About

Is just a fun console tool to make bigger text in console or whatever place you want to print.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published