shop-applet/uni_modules/bt-cropper/components/bt-cropper/utils/ratio.js

3 lines
65 B
JavaScript

export default function(width=2,height=1){
return width/height
}