添加链接
注册
登录
link管理
链接快照平台
输入网页链接,自动生成快照
标签化管理网页链接
相关文章推荐
微醺的红茶
·
php linux ...
·
1 月前
·
开朗的熊猫
·
杭州第19届亚运会开幕式_百度百科
·
2 月前
·
不羁的饺子
·
人气3DS游戏列表_模拟器游戏
·
3 月前
·
瘦瘦的上铺
·
生活大爆炸 第二季:第5集 ...
·
4 月前
·
逆袭的领结
·
Jenkins: admin is ...
·
4 月前
·
link管理
›
node_modules/ansi-styles/index.d.ts · 678c3f2c2d7f664700978d88733b4545d0cc0398 · 贾少康 / xidejiuApp-已废
http://git.bronet.cn/jiashaokang/xidejiuApp/blob/678c3f2c2d7f664700978d88733b4545d0cc0398/node_modules/ansi-styles/index.d.ts
善良的筷子
3 月前
@param lightness - (`0`-`100`)
hsl(hue: number, saturation: number, lightness: number): string;
The HSV color space.
@param hue - (`0`-`360`)
@param saturation - (`0`-`100`)
@param value - (`0`-`100`)
hsv(hue: number, saturation: number, value: number): string;
The HSV color space.
@param hue - (`0`-`360`)
@param whiteness - (`0`-`100`)
@param blackness - (`0`-`100`)
hwb(hue: number, whiteness: number, blackness: number): string;
Use a [4-bit unsigned number](https://en.wikipedia.org/wiki/ANSI_escape_code#3/4-bit) to set text color.
ansi(ansi: number): string;
Use an [8-bit unsigned number](https://en.wikipedia.org/wiki/ANSI_escape_code#8-bit) to set text color.
ansi256(ansi: number): string;
interface CSPair {
The ANSI terminal control sequence for starting this style.
readonly open: string;
The ANSI terminal control sequence for ending this style.
readonly close: string;
interface ColorBase {
readonly ansi: ColorConvert;
readonly ansi256: ColorConvert;
readonly ansi16m: ColorConvert;
The ANSI terminal control sequence for ending this color.
readonly close: string;
interface Modifier {
Resets the current color chain.
readonly reset: CSPair;
Make text bold.
readonly bold: CSPair;
Emitting only a small amount of light.
readonly dim: CSPair;
Make text italic. (Not widely supported)
readonly italic: CSPair;
Make text underline. (Not widely supported)
readonly underline: CSPair;
Inverse background and foreground colors.
readonly inverse: CSPair;
Prints the text, but makes it invisible.
readonly hidden: CSPair;
Puts a horizontal line through the center of the text. (Not widely supported)
readonly strikethrough: CSPair;
interface ForegroundColor {
readonly black: CSPair;
readonly red: CSPair;
readonly green: CSPair;
readonly yellow: CSPair;
readonly blue: CSPair;
readonly cyan: CSPair;
readonly magenta: CSPair;
readonly white: CSPair;
Alias for `blackBright`.
readonly gray: CSPair;
Alias for `blackBright`.
readonly grey: CSPair;
readonly blackBright: CSPair;
readonly redBright: CSPair;
readonly greenBright: CSPair;
readonly yellowBright: CSPair;
readonly blueBright: CSPair;
readonly cyanBright: CSPair;
readonly magentaBright: CSPair;
readonly whiteBright: CSPair;
interface BackgroundColor {
readonly bgBlack: CSPair;
readonly bgRed: CSPair;
readonly bgGreen: CSPair;
readonly bgYellow: CSPair;
readonly bgBlue: CSPair;
readonly bgCyan: CSPair;
readonly bgMagenta: CSPair;
readonly bgWhite: CSPair;
Alias for `bgBlackBright`.
readonly bgGray: CSPair;
Alias for `bgBlackBright`.
readonly bgGrey: CSPair;
readonly bgBlackBright: CSPair;
readonly bgRedBright: CSPair;
readonly bgGreenBright: CSPair;
readonly bgYellowBright: CSPair;
readonly bgBlueBright: CSPair;
readonly bgCyanBright: CSPair;
readonly bgMagentaBright: CSPair;
readonly bgWhiteBright: CSPair;
declare const ansiStyles: {
readonly modifier: ansiStyles.Modifier;
readonly color: ansiStyles.ForegroundColor & ansiStyles.ColorBase;
readonly bgColor: ansiStyles.BackgroundColor & ansiStyles.ColorBase;
readonly codes: ReadonlyMap<number, number>;
} & ansiStyles.BackgroundColor & ansiStyles.ForegroundColor & ansiStyles.Modifier;
export = ansiStyles;
推荐文章
微醺的红茶
·
php linux OpenOffice+JODConverter+php实现将word/ppt/excel文档转换为pdf_12845930的技术博客_51CTO博客
1 月前
开朗的熊猫
·
杭州第19届亚运会开幕式_百度百科
2 月前
不羁的饺子
·
人气3DS游戏列表_模拟器游戏
3 月前
瘦瘦的上铺
·
生活大爆炸 第二季:第5集 Sheldon学习开车(上)_美剧学习 - 可可英语
4 月前
逆袭的领结
·
Jenkins: admin is missing the Overall/Read permission - KISS 🇺🇦
4 月前