1.1.1 • Published 1 year ago

rangoli-color v1.1.1

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

npm downloads

rangoli-color library

colorful console with rangoli-color

This package won't mess with built-ins and provides neat and clean colorful response in your console

Installation

$ npm install rangoli-color

Uses

Uses:

import { Rangoli } from "rangoli-color";

or

const { Rangoli } = require("rangoli-color");

Output with color text:

console.log(Rangoli.success("success message here!!!"));
console.log(Rangoli.danger("failed message here!!!"));
console.log(Rangoli.info("info message here!!!"));
console.log(Rangoli.warning("warning message here!!!"));
console.log(Rangoli.primary("primary message here!!!"));

Typing Animation Displays My Roles