Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/preetiraj3697/preetiraj-colorify

Npm library to color your console log for user comfortability
https://github.com/preetiraj3697/preetiraj-colorify

colors-console-logs console typescript

Last synced: 25 days ago
JSON representation

Npm library to color your console log for user comfortability

Awesome Lists containing this project

README

        

# Preetiraj colorify library

### How to use this library

### step 1. Install
```sh
npm i preetiraj-colorify
```

### step 2: Import in your project
```sh
import {Log} from 'preetiraj-colorify'
```

### Use in your code
```js
useEffect(() => {
Log.success("Congrutations ! 😁")
Log.danger("Sorry You code in danger !!! 🥲🥲")
Log.info("User said you please star this project! ⭐⭐")
}, [])
```

### How show your console in browser