Skip to content

itskdbro/Log-lume

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀 Log-lume Library

Description

Log-lume is a lightweight npm package designed to enhance the console logging experience in web browsers. With Log-lume, you can colorify your console.log text, making it more visually appealing and easier to distinguish.

Installation

Open Terminal and install the dependencies.

npm i log-lume

Usage

import { Log_lume } from "log-lume";

** Example usage **

Log_lume.success("success");    // green background

Log_lume.warning("warning");    // red background

Log_lume.info("info");          // orange background

License

Log-lume is licensed under the MIT License. See the LICENSE.md file for details.

About

Log-lume by keshav dhawan , a library for custom log text

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published