# typed-colors

> ANSI color code helpers

Latest version **1.0.0** (published 2016-11-07) · MIT license · 0 weekly downloads

## Install

```sh
npm install typed-colors
pnpm add typed-colors
yarn add typed-colors
bun add typed-colors
```

## Health

**Score 25/100 (F)** — status: abandoned.

Positive: has types; no vulnerabilities; high quality score.

Warnings: low downloads; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2016-11-07 |
| First published | 2016-11-07 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | Tylor Steinberger |
| Maintainers | tylors |
| Keywords | typescript |

## Links

- npm: https://www.npmjs.com/package/typed-colors
- Repository: https://github.com/TylorS/typed-colors
- Homepage: https://github.com/TylorS/typed-colors#readme
- Issues: https://github.com/TylorS/typed-colors/issues
- npm.io page: https://npm.io/package/typed-colors

## Alternatives

- [@openai/codex-sdk](https://npm.io/package/@openai/codex-sdk.md) — 731.4K weekly downloads
- [babel-plugin-transform-react-jsx](https://npm.io/package/babel-plugin-transform-react-jsx.md) — 565.0K weekly downloads
- [babel-helper-remove-or-void](https://npm.io/package/babel-helper-remove-or-void.md) — 508.5K weekly downloads
- [@pnpm/store-controller-types](https://npm.io/package/@pnpm/store-controller-types.md) — 186.9K weekly downloads
- [react-native-signature-canvas](https://npm.io/package/react-native-signature-canvas.md) — 155.6K weekly downloads

## Recent versions

- 1.0.0 (latest) — 2016-11-07

## README

# 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.

```TypeScript
import { cyan } from 'typed-colors';

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

---
_Source: https://npm.io/package/typed-colors · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
