2.0.0 • Published 6 months ago

@f0c1s/color-white v2.0.0

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

@f0c1s/color-white

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

Related projects

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

installation and usage

npm install @f0c1s/color-white
import white from "@f0c1s/color-white";
// const {default: white} from "@f0c1s/color-white";

console.log(white("This text is white"));

development

npm run build

node
> const {default: white} = await import("./dist/index.js")
> white("what")
'\x1B[37mwhat\x1B[0m'
> console.log(white("what"))
what

License

MIT License

Copyright (c) 2019-2025 Anubhav Saini