1.0.5 • Published 1 year ago

loggc v1.0.5

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

logc

Minimalistic to be package for colorful console logs.

  • Wrapper for console.log to colorize console outputs
  • Uses js proxies to catch colors and put it in the background

Example

  • logc.red("Pen") - printing out "Apple" on the red background
  • logc.indigo("Pineapple") - guess what happens
  • logc["#424269"] - ugly but still works
  • logc.info("Info") - one of the predefined core colors
  • logc.lol("Lol") - just prints out "lol" in a normal way

To be continued.

1.0.5

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago