文件名称:eight-colors:八种颜色
文件大小:4KB
文件格式:ZIP
更新时间:2024-05-23 14:32:30
JavaScript
八种颜色 终端控制台的八种颜色 安装 npm i eight-colors 蜜蜂 8种颜色:黑色,红色,绿色,黄色,蓝色,品红色,青色,白色 其他:重设,粗体,微弱,斜体,下划线,反色,隐藏,罢工 去除颜色:去除 用法 const EC = require ( "eight-colors" ) ; //normal font color console . log ( EC . red ( "red string" ) ) ; //background color console . log ( EC . bg . red ( "red background" ) ) ; //bright console . log ( EC . br . red ( "bright red string" ) ) ; //bright background console . log ( EC . b
【文件预览】:
eight-colors-main
----.gitignore(34B)
----package.json(292B)
----index.js(1KB)
----test.js(436B)
----.eslintrc.js(6KB)
----README.md(746B)
----.vscode()
--------settings.json(290B)