+
+
+ Cutout
+
+ transparent {isVideo ? "WebM" : "PNG"}
+
+
+
+
+
setQuality(next as typeof quality)}
+ />
+ {isVideo && (
+
+ )}
+ {removeProgress && (
+
+
+
+ {removeProgress.error ?? removeProgress.stage ?? "Processing"}
+
+ {Math.round(removeProgress.progress)}%
+
+
+
+ )}
+
+ )}
);
}