This package has been deprecated

Author message:

This package has been deprecated in favour of the new package at @push.rocks/consolecolor

@pushrocks/consolecolor
TypeScript icon, indicating that this package has built-in type declarations

2.0.1 • Public • Published

beautycolor

colors for beautylog

Availabililty

npm git git docs

Status for master

build status coverage report npm downloads per month Dependency Status bitHound Dependencies bitHound Code TypeScript node JavaScript Style Guide

Usage

Use TypeScript for best in class instellisense.

import * as beautycolor from 'beautycolor';

let myColoredString = beautycolor.coloredString(
  'This string has a blue font and a green background',
  'blue',
  'green'
);

console.log(myColoredString);

For further information read the linked docs at the top of this README.

MIT licensed | © Lossless GmbH | By using this npm module you agree to our privacy policy

repo-footer

Package Sidebar

Install

npm i @pushrocks/consolecolor

Weekly Downloads

35

Version

2.0.1

License

MIT

Unpacked Size

16.1 kB

Total Files

10

Last publish

Collaborators

  • lossless