UNPKG

reblessed

Version:

A high-level terminal interface library for node.js.

25 lines 513 B
export = BigText; /** * BigText */ declare function BigText(options: any): BigText; declare class BigText { /** * BigText */ constructor(options: any); fch: any; ratio: {}; font: {}; fontBold: {}; __proto__: any; type: string; loadFont(filename: any): {}; setContent(content: any): void; content: string; text: any; render(): any; _shrinkWidth: boolean; _shrinkHeight: boolean; } //# sourceMappingURL=bigtext.d.ts.map