function convertImageToObject( image ) { const returnObj = { src: image.src, // use natural height and width width: image.naturalWidth, height: image.
確定! 回上一頁