We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9233ecd commit 83070b5Copy full SHA for 83070b5
js/demo/demo.js
@@ -132,6 +132,7 @@ $(function () {
132
loadImage.writeExifData(data.imageHead, data, 'Orientation', 1)
133
}
134
img.toBlob(function (blob) {
135
+ if (!blob) return
136
loadImage.replaceHead(blob, data.imageHead, function (newBlob) {
137
content
138
.attr('href', loadImage.createObjectURL(newBlob))
0 commit comments