Skip to content

Commit

Permalink
Merge pull request #14 from aesopwolf/patch-1
Browse files Browse the repository at this point in the history
Preserve transparency.
  • Loading branch information
izaakschroeder authored Aug 31, 2016
2 parents 25ffa4b + 90b2c85 commit 323a88d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sharp.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const transform = (image, options = {}) => {
return image[key].apply(image, value);
}
return image;
}, image.clone().flatten());
}, image.clone());
};

/**
Expand Down

0 comments on commit 323a88d

Please sign in to comment.