UNPKG

html-to-image

Version:

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

3 lines (2 loc) 130 B
import { Options } from './index'; export declare function getBlobFromURL(url: string, options: Options): Promise<string | null>;