2.0.0 • Published 7 months ago

@f0c1s/color-yellow v2.0.0

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

@f0c1s/color-yellow

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

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

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

development

npm run build

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

License

MIT License

Copyright (c) 2019-2025 Anubhav Saini