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)");

Readme

Keywords

Package Sidebar

Install

npm i my_log

Weekly Downloads

0

Version

1.0.0

License

MIT

Last publish

Collaborators

  • hosein2398