1.0.1 • Published 6 months ago

@sallbro/log-colorify v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

log-colorify MIT License

step to install package

npm i @sallbro/log-colorify

how to use

import {Log} from "@sallbro/log-colorify"
const log=Log();
log.success("pass string");
log.info("pass string");
log.danger("pass string");
log.custom("you can add custom style",
  {
  color:"red",
  bgcolor:"yellow",
  font:"",
  weight:"bold",
  size:"20px",
  shadow:"3px 3px rbg(1,1,1,0.7)"
  }
);
1.0.1

6 months ago

1.1.0

8 months ago

1.0.0

2 years ago