Fix cropped person image transparency (#16112)

This commit is contained in:
akston 2023-04-11 09:08:29 -04:00 committed by Bram Kragten
parent 2d74873db0
commit b15b0e25d6
No known key found for this signature in database
GPG Key ID: FBE2DFDB363EF55B

View File

@ -33,7 +33,6 @@ const includeDomains = ["device_tracker"];
const cropOptions: CropOptions = {
round: true,
type: "image/jpeg",
quality: 0.75,
aspectRatio: 1,
};