UNPKG

vue-web-screen-shot

Version:

web端自定义截屏插件(Vue3版)

12 lines (11 loc) 404 B
import { positionInfoType } from "@/module/type/ComponentType"; /** * 计算截图工具栏位置 * @param position 裁剪框位置信息 * @param toolWidth 截图工具栏宽度 * @param containerWidth 截图容器宽度 */ export declare function calculateToolLocation(position: positionInfoType, toolWidth: number, containerWidth: number): { mouseX: number; mouseY: number; };