tidbyt / pixlet

Build apps for pixel-based displays ✨
https://tidbyt.com
Apache License 2.0
756 stars 107 forks source link

Serve GIFs as well as WebP #1065

Closed dinosaursrarr closed 4 months ago

dinosaursrarr commented 4 months ago

Saw https://github.com/tidbyt/pixlet/issues/1005 and thought it was a fun little challenge.

Tested that this worked locally for:

Inspected the images shown and confirmed that it does generate a WebP or GIF file as appropriate, and that the src element is set to the appropriate image type.

rohansingh commented 4 months ago

Looks great, thanks for the PR!