2.0.0 • Published 6 months ago

@f0c1s/color-blue v2.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
6 months ago

@f0c1s/color-blue

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

Related projects

NameNPM packageGitHub repo
color-blacknpmgithub
color-bluenpmgithub
color-cyannpmgithub
color-greennpmgithub
color-magentanpmgithub
color-rednpmgithub
color-whitenpmgithub
color-yellownpmgithub
random-colored-stringnpmgithub

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