separate image conversions

This commit is contained in:
SethBurkart123
2024-04-04 10:17:36 +11:00
parent 7f220266c3
commit 3cca05535a
+1 -1
View File
@@ -16,4 +16,4 @@ export function base64toblobURL(base64: string) {
const imageUrl = URL.createObjectURL(blob);
return imageUrl;
}
}