UNPKG

tl-js-web-screen-shot

Version:

小鱼泡泡原生js图片编辑插件

12 lines (11 loc) 297 B
/** * 等比例缩放图片 * @param imgWidth * @param imgHeight * @param containerWidth * @param containerHeight */ export declare function imgScaling(imgWidth: number, imgHeight: number, containerWidth: number, containerHeight: number): { tempWidth: number; tempHeight: number; };