UNPKG

html-to-image

Version:

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

2 lines (1 loc) 126 B
export declare function cloneNode(nativeNode: HTMLElement, filter?: Function, isRoot?: boolean): Promise<HTMLElement | null>;