glowie

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

BSD-2-Clause 11 个版本
安装
npm install glowie
yarn add glowie
pnpm add glowie
bun add glowie
README

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

版本列表
1.3.5 2026-04-21
1.3.4 2026-02-14
1.3.3 2025-09-14
1.3.2 2024-05-24
1.3.1 2024-05-03
1.3.0 2024-05-02
1.2.0 2023-06-29
1.1.0 2023-06-23
1.0.1 2023-05-24
1.0.0 2023-05-23
0.0.0 2023-05-23