UNPKG

js-web-screen-shot

Version:

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

9 lines (8 loc) 320 B
import { TextToolContext } from "../../../lib/type/mouse/TextToolContext"; declare const toolInteraction: { isToolbarDrawing(): boolean; getBrushContext(): CanvasRenderingContext2D | null; getTextToolContext(): TextToolContext | null; isCropBoxManipulation(): boolean; }; export default toolInteraction;