firebase / extensions

Source code for official Firebase extensions
https://firebase.google.com/products/extensions
Apache License 2.0
882 stars 372 forks source link

feat(storage-resize-images): preserve original image metadata by default #1944

Open jauntybrain opened 5 months ago

jauntybrain commented 5 months ago

Adds a keepMetadata() to sharp calls to preserve original file metadata.

Upgrades sharp to version 0.33.2

Note: this is blocked since sharp 0.33+ requires jest 27.0+ which results in major test errors.

Fixes #1605.