Licence
MIT
Version
2.0.0
Deps
0
Size
18 kB
Vulns
0
Weekly
0
DeprecatedThis package is deprecated
@f0c1s/color-blue
A node/npm library that changes text color to blue.
Related projects
| Name | NPM package | GitHub repo |
|---|---|---|
| color-black | npm | github |
| color-blue | npm | github |
| color-cyan | npm | github |
| color-green | npm | github |
| color-magenta | npm | github |
| color-red | npm | github |
| color-white | npm | github |
| color-yellow | npm | github |
| random-colored-string | npm | github |
installation and usage
npm install @f0c1s/color-blue
import blue from "@f0c1s/color-blue";
// const {default: blue} from "@f0c1s/color-blue";
console.log(blue("This text is blue"));
development
npm run build
node
> 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