Skip to content

Commit

Permalink
Allow animated images (#8018)
Browse files Browse the repository at this point in the history
  • Loading branch information
Commandtechno committed May 5, 2022
1 parent 9556a22 commit bb923d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/transformers/image/src/ImageTransformer.js
Expand Up @@ -89,7 +89,7 @@ export default (new Transformer({
true,
);

let imagePipeline = sharp(inputBuffer);
let imagePipeline = sharp(inputBuffer, {animated: true});

imagePipeline.withMetadata();

Expand Down

0 comments on commit bb923d6

Please sign in to comment.