✨ 🚛 ink.ts
This commit is contained in:
@@ -24,3 +24,4 @@ export function toInkColor(color: string | undefined): TextProps['color'] {
|
|||||||
// Fall back to raw ANSI color for unknown colors
|
// Fall back to raw ANSI color for unknown colors
|
||||||
return `ansi:${color}` as TextProps['color']
|
return `ansi:${color}` as TextProps['color']
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user