UNPKG

js-web-screen-shot

Version:

web端自定义截屏插件(原生JS版)

4 lines (3 loc) 400 B
import { CanvasEventHandlers } from "../../../lib/type/components/events"; import { ScreenShotRenderStrategy } from "../../../lib/type/application/ScreenShotPlan"; export declare const loadScreenFlowData: (triggerCallback: Function | undefined, renderStrategy: ScreenShotRenderStrategy, screenShotImageController: HTMLCanvasElement, mouseEventFn: CanvasEventHandlers, topEl: HTMLDivElement) => void;