# @f0c1s/color-blue

> Colors text blue in terminal.

Latest version **2.0.0** (published 2025-05-02) · MIT license · 0 weekly downloads

> **Deprecated.** This package is deprecated.

## Install

```sh
npm install @f0c1s/color-blue
pnpm add @f0c1s/color-blue
yarn add @f0c1s/color-blue
bun add @f0c1s/color-blue
```

## Health

**Score 10/100 (F)** — status: deprecated.

Negative: deprecated.

## Facts

| | |
|---|---|
| Version | 2.0.0 |
| Published | 2025-05-02 |
| First published | 2018-11-07 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 0 |
| Unpacked size | 17.8 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Anubhav Saini |
| Maintainers | sainianubhav, iamanubhavsaini |
| Keywords | color-blue, terminal, color, blue |

## Links

- npm: https://www.npmjs.com/package/@f0c1s/color-blue
- Repository: https://github.com/f0c1s/color-blue
- Homepage: https://github.com/f0c1s/color-blue#readme
- Issues: https://github.com/f0c1s/color-blue/issues
- npm.io page: https://npm.io/package/@f0c1s/color-blue

## Alternatives

- [postcss-color-hex-alpha](https://npm.io/package/postcss-color-hex-alpha.md) — 6.4M weekly downloads
- [randomcolor](https://npm.io/package/randomcolor.md) — 348.0K weekly downloads
- [bows](https://npm.io/package/bows.md) — 1.3K weekly downloads
- [ep_prefer_color_scheme](https://npm.io/package/ep_prefer_color_scheme.md) — 260 weekly downloads
- [coc-yank](https://npm.io/package/coc-yank.md) — 61 weekly downloads

## Recent versions

- 2.0.0 (latest) — 2025-05-02
- 0.0.1 — 2018-11-07

## README

# @f0c1s/color-blue

A node/npm library that changes text color to blue.

Related projects

| Name                  | NPM package                                                | GitHub repo                                              |
| --------------------- | ---------------------------------------------------------- | -------------------------------------------------------- |
| color-black           | [npm](https://www.npmjs.com/package/@f0c1s/color-black)    | [github](https://github.com/f0c1s/color-black)           |
| color-blue            | [npm](https://www.npmjs.com/package/@f0c1s/color-blue)     | [github](https://github.com/f0c1s/color-blue)            |
| color-cyan            | [npm](https://www.npmjs.com/package/@f0c1s/color-cyan)     | [github](https://github.com/f0c1s/color-cyan)            |
| color-green           | [npm](https://www.npmjs.com/package/@f0c1s/color-green)    | [github](https://github.com/f0c1s/color-green)           |
| color-magenta         | [npm](https://www.npmjs.com/package/@f0c1s/color-magenta)  | [github](https://github.com/f0c1s/color-magenta)         |
| color-red             | [npm](https://www.npmjs.com/package/@f0c1s/color-red)      | [github](https://github.com/f0c1s/color-red)             |
| color-white           | [npm](https://www.npmjs.com/package/@f0c1s/color-white)    | [github](https://github.com/f0c1s/color-white)           |
| color-yellow          | [npm](https://www.npmjs.com/package/@f0c1s/color-yellow)   | [github](https://github.com/f0c1s/color-yellow)          |
| random-colored-string | [npm](https://www.npmjs.com/package/random-colored-string) | [github](https://github.com/f0c1s/random-colored-string) |

## installation and usage

```bash
npm install @f0c1s/color-blue
```

```typescript
import blue from "@f0c1s/color-blue";
// const {default: blue} from "@f0c1s/color-blue";

console.log(blue("This text is blue"));
```

## development

```bash
npm run build

node
```

```javascript
> const {default: blue} = await import("./dist/index.js")
> blue("what")
'\x1B[34mwhat\x1B[0m'
> console.log(blue("what"))
what
```

## License

MIT License

Copyright (c) 2019-2025 Anubhav Saini

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