1.0.0 • Published 3 years ago

colorfull v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

colorfull

color your program

Introduction

Bored with your colorless project? calm this package can help you give color to your project to make it more beautiful and attractive

Installation

Before starting to use this package must be installed first using the command below

npm install --global colorfull

note --global flags to install globally, remove --global if you don't want install globaly

Fast documentation

Usage

import colorfull using require ("colorfull")

example:

const style = require("colorfull");

// for color example

console.log(style.color.green("Success!"));

// for Font example

console.log(style.font.underline("Success!"));

// for Bg(background color) example

console.log(style.background.magenta("Success!"));

// for see other color, font, and Bg method ru this

console.dir(style);

Color and background color support

colorversion
green1.0.0
white1.0.0
yellow1.0.0
green1.0.0
black1.0.0
gray1.0.0
cyan1.0.0

Font support

fontversion
italic1.0.0
dim1.0.0
underline1.0.0
bold1.0.0

Consclusion

So that was the documentation for colorfull

So good-bye, and don't forget the semicolon, bye bye!

made with LOVE and write in javascript ~ erlangga