-
-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Could it be possible to add support for animations, maybe by adding another url param, like ?anim
?
Sharp already provides a way to make the conversion from animated to GIF to animated WebP, and currently the conversion technically works but returns a static image.
Sharp has this option to allow such conversion:
return sharp(path, { animated: true })
You could also switch to a branch of imagetools
that supports this parameter, such as:
JonasKruckenberg/imagetools#454
heyjoeway
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request