🚛 ink.ts

This commit is contained in:
nirholas
2026-03-31 10:24:19 +00:00
parent 70588286d8
commit 5ab33b36c0

View File

@@ -24,3 +24,4 @@ export function toInkColor(color: string | undefined): TextProps['color'] {
// Fall back to raw ANSI color for unknown colors
return `ansi:${color}` as TextProps['color']
}