UNPKG
liang-z-screenshot
Version:
latest (1.0.1)
1.0.1
1.0.0
vue-web-screen-shot 修复 html2canvas 截图 图片空白
github.com/likaia/screen-shot
likaia/screen-shot
liang-z-screenshot
/
dist
/
lib
/
module
/
split-methods
/
CalculateToolLocation.d.ts
11 lines
(10 loc)
•
325 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
import
{ positionInfoType }
from
"@/module/type/ComponentType"
;
/** * 计算截图工具栏位置 *
@param
position 裁剪框位置信息 *
@param
toolWidth 截图工具栏宽度 */
export
declare
function
calculateToolLocation
(
position
: positionInfoType,
toolWidth
:
number
): {
mouseX
:
number
;
mouseY
:
number
; };