UNPKG

js-web-screen-shot

Version:

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

4 lines (3 loc) 413 B
import { TempSelectionBounds } from "../../../lib/type/mouse/SelectionBoxTypes"; export declare const updateCursorOnSelectionBorder: (currentX: number, currentY: number, context: CanvasRenderingContext2D) => void; export declare const renderTempSelectionBounds: (bounds: TempSelectionBounds, context: CanvasRenderingContext2D, controller: HTMLCanvasElement, screenShotImageController: HTMLCanvasElement) => void;