lib/util.js/loadImage. async function loadImage (path) { let img = await Jimp.read(path) img.resize(400, 300) const p = [] img.scan(0, 0, img.bitmap.width, ...
確定! 回上一頁