something like this... import { Readable } from 'stream' const buffer = new Buffer(img_string, 'base64') const readable = new Readable() readable.
確定! 回上一頁