chroma-console

1.0.32 • Public • Published

Chroma Console, aka 'Coco'

License: MIT

Rainbow font, with one import. No configuration needed, just works for terminal or Google Chrome.

alt text

import { Coco } from 'chroma-console';

(...)

Coco.log('testing debug output');

alt text

Big colorful buffers incase you need a visual blurb somewhere...

import { Coco } from 'chroma-console';

(...)

Coco.start();
Coco.end();

alt text

Uses 🔗 gradient-string

Please note if you want more options, please check out 🔗 Chalk,🔗 Chalk Animation, or🔗colorfy

NPM Package Link - https://www.npmjs.com/package/chroma-console

TODO -

  • typescript types
  • if you set the color wrong, error out
  • different colors (red, orange, yellow, etc) / unit tests for this
  • bool flag helper

Readme

Keywords

Package Sidebar

Install

npm i chroma-console

Weekly Downloads

5

Version

1.0.32

License

MIT

Unpacked Size

837 kB

Total Files

21

Last publish

Collaborators

  • summertime42