UNPKG

vue-to-print

Version:

A Vue 3 component to print the content of an element or a component.

7 lines (6 loc) 267 B
/** * @see https://stackoverflow.com/questions/10240110/how-do-you-cache-an-image-in-javascript * @param image */ export declare function waitImage(image: HTMLImageElement): Promise<void>; export declare function waitVideo(video: HTMLVideoElement): Promise<void>;