1.1.1 • Published 11 months ago

code-colorify v1.1.1

Weekly downloads
-
License
ISC
Repository
github
Last release
11 months ago

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")