function getHeight_Width(obj){ return { obj.width, height: obj.height } } var { width, height } = await getHeight_Width(imgObj);