Skip to content

License

Notifications You must be signed in to change notification settings

DennClorX/colorfuller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jun 19, 2025
ecdf67a · · Jun 19, 2025

History

2 Commits
Jun 19, 2025
Jun 19, 2025
Jun 19, 2025
Jun 19, 2025

Repository files navigation

Features

  • Add color to text or background on the console
  • Add effects to the text

Installation

You can install colorfuller using npm:

npm install colorfuller

Usage

Example

const colorfuller = require('colorfuller')


const textColor = colorfuller.txt('Hello World!', "cyan")

console.log(textColor)

Example Functions

  • colorfuller.txt('Hello World!', "cyan")
    Apply cyan text colorr

  • colorfuller.bg('Hello World!', "yellow")
    Apply yellow backgroundd

  • colorfuller.effect('Hello World!', "bright")
    Apply bright effect on the textt

  • colorfuller.list("txt")
    Displays on the console the list of all options for colorful.txt(), the other options are "bg" and "effects"..

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published