6 lines
250 B
TypeScript
6 lines
250 B
TypeScript
import type { CFontProps } from 'ink-big-text';
|
|
export declare function renderInkLogo(text: string, palette: string[], options?: {
|
|
font?: CFontProps['font'];
|
|
letterSpacing?: number;
|
|
}): Promise<void>;
|
|
//# sourceMappingURL=InkRenderer.d.ts.map
|