A node/npm library that changes text color to yellow.
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 |
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"));
npm run build
node
> const {default: yellow} = await import("./dist/index.js")
> yellow("what")
'\x1B[37mwhat\x1B[33m'
> console.log(yellow("what"))
what
MIT License
Copyright (c) 2019-2025 Anubhav Saini