preetiraj-colorify
v1.0.2
Published
A library to colorify your console logs
Downloads
5
Maintainers
Readme
Preetiraj colorify library
How to use this library
step 1. Install
npm i preetiraj-colorify
step 2: Import in your project
import {Log} from 'preetiraj-colorify'
Use in your code
useEffect(() => {
Log.success("Congrutations ! 😁")
Log.danger("Sorry You code in danger !!! 🥲🥲")
Log.info("User said you please star this project! ⭐⭐")
}, [])