1.0.2 • Published 2 years ago

colorify-rxdevs v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Rxdevs colorify library

Click here colorify-rxdevs to see the npm package library.
Use this library and fill your console with colors.

Install using npm

$ npm i colorify-rxdevs

Usage

// import the library to your app
import { Log } from 'colorify-rxdevs';

// Examples
Log.success(`Congrats! You've successfully added colorify to your console`);

API

Log.success('');
Log.info('');
Log.error('');
Log.warn('');