UNPKG

html-to-image

Version:

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

3 lines (2 loc) 138 B
import { Options } from './index'; export declare function applyStyleWithOptions(clonedNode: HTMLElement, options: Options): HTMLElement;