1
0
Fork 0
mirror of https://codeberg.org/beerbrawl/beerbrawl.git synced 2024-09-23 01:30:52 +02:00
This commit is contained in:
Rafael Tanzer 2024-06-21 15:07:18 +02:00
parent 1da2e22a85
commit d7a65fd6a2

View file

@ -102,7 +102,7 @@ export class ImageUploadComponent {
canvas.toBlob(blob => {
if (blob) {
console.log(blob.size)
console.log(blob.size);
resolve(blob);
} else {
reject(new Error('Error extracting cropped image'));