diff --git a/src/components/ui/CropModal.tsx b/src/components/ui/CropModal.tsx index 239b736a..72e12f0b 100644 --- a/src/components/ui/CropModal.tsx +++ b/src/components/ui/CropModal.tsx @@ -15,7 +15,7 @@ import './CropModal.scss'; // Change to 'base64' to get base64-encoded string const cropperResultOptions: Croppie.ResultOptions & { type: 'blob' } = { type: 'blob', - quality: 0.8, + quality: 1, format: 'jpeg', circle: false, };