UNPKG

@deepguide-ai/dg

Version:

Self-testing CLI documentation tool that generates interactive terminal demos

8 lines 362 B
import type { SVGResult } from '../types.js'; export declare function generateSVG(castPath: string, theme?: 'light' | 'dark' | 'auto', options?: { width?: number; height?: number; minify?: boolean; }): Promise<SVGResult>; export { checkTermSVGAvailability as testTermSVGAvailability } from './termsvg.js'; //# sourceMappingURL=svg-generation.d.ts.map