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 dc89540 commit f2a5466Copy full SHA for f2a5466
lib.js
@@ -77,7 +77,7 @@ module.exports = libheif => {
77
return {
78
width: image.get_width(),
79
height: image.get_height(),
80
- decode: async () => await decodeImage(image),
+ decode: async () => await decodeImage(image)
81
};
82
}), 'dispose', {
83
enumerable: false,
0 commit comments