Fix cropped person image transparency (#16112)

This commit is contained in:
akston 2023-04-11 09:08:29 -04:00 committed by GitHub
parent b076301513
commit deb53eb180
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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