UNPKG

html2canvas-pro

Version:

Screenshots with JavaScript. Next generation!

8 lines (7 loc) 303 B
import { Context } from '../core/context'; import { RenderConfigurations } from './canvas/canvas-renderer'; export declare class Renderer { protected readonly context: Context; protected readonly options: RenderConfigurations; constructor(context: Context, options: RenderConfigurations); }