my_log

1.0.0 • Public • Published

log

Logging is always useful while writing codes.You can make it easier with log too. log receives three parameters.
First one is what you want to log.
Second one is which font size (by pxls) you want to set.
And third one is color.

Examples

//simple
log("Not bad");

//with all options
log("done!", 30, "red");

//only with font size
log("Color would be black if you don't set", 80);

//using rgb
log("running", 24 ,"rgb(50,155,10)");

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    2

Package Sidebar

Install

npm i my_log

Weekly Downloads

2

Version

1.0.0

License

MIT

Last publish

Collaborators

  • hosein2398