reblessed
Version:
A high-level terminal interface library for node.js.
30 lines • 605 B
TypeScript
export = ANSIImage;
/**
* ANSIImage
*/
declare function ANSIImage(options: any): ANSIImage;
declare class ANSIImage {
/**
* ANSIImage
*/
constructor(options: any);
scale: any;
_noFill: boolean;
__proto__: any;
type: string;
setImage(file: any): void;
file: string;
img: any;
width: any;
height: any;
cellmap: any;
play(): any;
pause(): any;
stop(): any;
clearImage(): void;
render(): any;
}
declare namespace ANSIImage {
function curl(url: any): any;
}
//# sourceMappingURL=ansiimage.d.ts.map