Skip to content

mehedihsiam/fancy-console

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fancy Console JS

A simple and small JavaScript Package to enhance your debugging experience with console.

Demo is here

Installation

npm i fancy-console-js --dev

or

yarn add -D fancy-console-js

Usage

import fancyConsole from "fancy-console-js"

fancyConsole({
	content:  "//Content You want to log",
	variant:  "anyone from the Variants",
	identifier:  "your file name from where you are writing the log",
	identifierBg:  "anyone from the Colors",
	identifierColor:  "anyone from the Colors",
	badgeBg:  "anyone from the Colors",
	badgeColor:  "anyone from the Colors",
});

Variants

  • success
  • info
  • warning
  • error

Colors

  • Black
  • Red
  • Green
  • Yellow
  • Blue
  • Magenta
  • Cyan
  • White
  • Gray
  • Bright Red
  • Bright Green
  • Bright Yellow
  • Bright Blue
  • Bright Magenta
  • Bright Cyan
  • Bright White

Happy Programming 💗

About

A simple and small JavaScript Package to enhance your debugging experience with console.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published