Skip to main content
Deno 2 is finally here πŸŽ‰οΈ
Learn more

Kleur

The Deno library for formatting terminal text with ANSI colors~!

Author: https://github.com/lukeed Original repo: https://github.com/lukeed/kleur

Usage

import { cyan, underline, italic } from 'https://deno.land/x/kleur/colors.ts';

console.log(cyan(underline(italic('I am cyan colored underlined italic text! :P'))));

API

Colors:

black β€” red β€” green β€” yellow β€” blue β€” magenta β€” cyan β€” white β€” gray β€” grey

Backgrounds:

bgBlack β€” bgRed β€” bgGreen β€” bgYellow β€” bgBlue β€” bgMagenta β€” bgCyan β€” bgWhite

Modifiers:

reset β€” bold β€” dim β€” italic* β€” underline β€” inverse β€” hidden β€” strikethrough*

* Not widely supported