标签: javascript blob transform npmjs
我有blob类型的图像。如何重制旋转的图像?我认为blob类型数据正在使新变换旋转blob数据。如何重制旋转的图像? 我已经尝试过搜索库了。我不知道如何重制转换的blob类型数据。请推荐图书馆。请帮帮我。
this._xhr.responseType = 'blob'; this._xhr.onreadystatechange = () => { if (this._xhr.readyState == XMLHttpRequest.DONE) { } }