Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/preetiraj3697/preetiraj-colorify
- Owner: Preetiraj3697
- Created: 2024-02-09T10:55:45.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-02-09T13:02:03.000Z (9 months ago)
- Last Synced: 2024-10-11T11:08:56.236Z (25 days ago)
- Topics: colors-console-logs, console, typescript
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/preetiraj-colorify
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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