UNPKG

html-to-image

Version:

Generates an image from a DOM node using HTML5 canvas and SVG.

3 lines (2 loc) 143 B
import { Options } from './types'; export declare function embedImages<T extends HTMLElement>(clonedNode: T, options: Options): Promise<void>;