Skip to content

silverwind/glowie

Repository files navigation

glowie

Teeny-tiny terminal color library which does not perform any color support detection, so you can hook up capable detection modules yourself.

Usage

import {green, disableColor} from "glowie";

console.info(green("foo", "bar"));
// "foo bar" in color

disableColor();

console.info(green("foo", "bar"));
// "foo bar" in no color

© silverwind, distributed under BSD licence

About

Teeny-tiny terminal color library which does not perform any color support detection

Resources

Stars

Watchers

Forks

Packages

No packages published