JSPM

rangoli-color

1.1.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1
  • Score
    100M100P100Q32481F
  • License ISC

rangoli-color library to colorify logs

Package Exports

  • rangoli-color
  • rangoli-color/lib/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (rangoli-color) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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

Input Output Campus