db fixed
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
async function onSelect(file: File) {
|
||||
isGenerating = true;
|
||||
|
||||
const resized = await resizeImage(file, 300, 300, 0.8);
|
||||
const resized = await resizeImage(file, 300, 300, 0.7);
|
||||
|
||||
const base64 = await fileToBase64(resized);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user