UNPKG
tl-js-web-screen-shot
Version:
latest (1.2.5)
1.9.9-rc.27
1.2.5
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.9
1.1.8
1.1.7
1.1.6
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.9
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
小鱼泡泡原生js图片编辑插件
www.kaisir.cn/js-screen-shot
likaia/js-screen-shot
tl-js-web-screen-shot
/
dist
/
lib
/
common-methods
/
ImgScaling.d.ts
12 lines
(11 loc)
•
297 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
/** * 等比例缩放图片 *
@param
imgWidth
*
@param
imgHeight
*
@param
containerWidth
*
@param
containerHeight
*/
export
declare
function
imgScaling
(
imgWidth
:
number
,
imgHeight
:
number
,
containerWidth
:
number
,
containerHeight
:
number
): {
tempWidth
:
number
;
tempHeight
:
number
; };