- started painer on video feed will finish
This commit is contained in:
@@ -13,6 +13,7 @@ export const useCreateVideoSnapshot = () => {
|
||||
|
||||
try {
|
||||
const bitmap = await createImageBitmap(snapShot);
|
||||
if (!bitmap) return;
|
||||
latestBitmapRef.current = bitmap;
|
||||
} catch (error) {
|
||||
console.log(error);
|
||||
|
||||
Reference in New Issue
Block a user