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 52afc96 commit f89a663Copy full SHA for f89a663
index.js
@@ -78,7 +78,7 @@ class ResembleHelper extends Helper {
78
79
return new Promise((resolve, reject) => {
80
81
- if (options.outputSettings) {
+ if (!options.outputSettings) {
82
options.outputSettings = {};
83
}
84
if (typeof options.needsSameDimension === 'undefined') {
0 commit comments