set to fill

This commit is contained in:
Sosokker 2025-05-12 00:26:00 +07:00
parent 56194b8e97
commit 5c04401911

View File

@ -29,6 +29,7 @@ export async function uploadImageToSupabase(imageBase64: string, imageType: stri
transform: {
width: 800,
height: 600,
resize: "fill",
}
});