1.0.0 • Published 1 year ago

colorprint-js v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

Make Your Logs Colorfull

  • total colors-black,red,blue,cyan,purple,white,yellow,green

Usage

install using npm i colorprint-js

  • const colorprint = require("colorprint-js") // will print the instructions
  • colorprint.manual() -colorprint.red(variable as argument)

note: instead of "const colorprint" you can use fancy names like 'log,print,color etc..'

  • example:
    • const print = require("colorprint-js")
    • print.manual() -print.red(any typeof variable as argument)

How it is differet From Chalk (npm package)