clcn
TypeScript icon, indicating that this package has built-in type declarations

2.0.1 • Public • Published

Clcn - colored console

Description

Paint your console

Example

CommonJS

const clcn = require("clcn");

console.log(clcn.txtRed("Uwu, this text is red"));

ES Module

import clcn from "clcn";

console.log(clcn.textRed("Uwu, this text is red"));

Functions

Colors

  • Black
    • Text color txtBlack(string)
    • Background color bgBlack(string)
  • Red
    • Text color txtRed(string)
    • Background color bgRed(string)
  • Green
    • Text color txtGreen(string)
    • Background color bgGreen(string)
  • Yellow
    • Text color txtYellow(string)
    • Background color bgYellow(string)
  • Blue
    • Text color txtBlue(string)
    • Background color bgBlue(string)
  • Magenta
    • Text color txtMagenta(string)
    • Background color bgMagenta(string)
  • Cyan
    • Text color txtCyan(string)
    • Background color bgCyan(string)
  • White
    • Text color txtWhite(string)
    • Background color bgWhite(string)

Rainbow Colors

  • Rainbow
    • Text color rainbowText(string)
    • Background color rainbowBackground(string)

Package Sidebar

Install

npm i clcn

Weekly Downloads

0

Version

2.0.1

License

MIT

Unpacked Size

16.9 kB

Total Files

7

Last publish

Collaborators

  • mrturk