This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

@f0c1s/color-cyan
TypeScript icon, indicating that this package has built-in type declarations

2.0.0 • Public • Published

@f0c1s/color-cyan

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

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

installation and usage

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

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

development

npm run build

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

License

MIT License

Copyright (c) 2019-2025 Anubhav Saini

Package Sidebar

Install

npm i @f0c1s/color-cyan

Weekly Downloads

9

Version

2.0.0

License

MIT

Unpacked Size

18.2 kB

Total Files

8

Last publish

Collaborators

  • npm-support