return new Promise(async (resolve, reject) => { await Jimp.read(await imageBuffer, ... concat(function(imageData) { // read the image buffer with Jimp // it ...
確定! 回上一頁