1.0.0 • Published 7 years ago

typed-colors v1.0.0

Weekly downloads
744
License
MIT
Repository
github
Last release
7 years ago

Typed Colors

ANSI Color Code helpers

A small set of well-typed, in TypeScript, functions to add color to your node.js applications.

This is an extremely simple codebase, and it documents itself, please see the source code to see what available colors and modifiers there are.

import { cyan } from 'typed-colors';

console.log(cyan('Hello, world!'));