code-colorify
v1.1.1
Published
A npm library to generte stylish logs
Downloads
24
Maintainers
Readme
Currency Converter
A simple npm library to converting from one currency to another
Table of Contents
Installation
To install the library, run:
npm i code-colorify
Usage
First, import the library
import { Log } from 'code-colorify';
Log.success("You Text in Green color")
Log.danger("You Text in Red color")
Log.success("You Text in Black color with yellow background")