2.0.0 • Published 8 months ago

@f0c1s/color-black v2.0.0

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

@f0c1s/color-black

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

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-black
import black from "@f0c1s/color-black";
// const {default: black} from "@f0c1s/color-black";

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

development

npm run build

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

License

MIT License

Copyright (c) 2019-2025 Anubhav Saini