Skip to content

Commit

Permalink
fix zoom multiplier
Browse files Browse the repository at this point in the history
  • Loading branch information
yashrajbharti committed Jun 12, 2024
1 parent 288d926 commit 4352d53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/photo-capture-and-save.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const capturePhoto = () => {
document.querySelector(".switch-camera-facing-mode").click()
setTimeout(() => {
drawOnCanvasAndSavePhoto(facingModeButton.dataset.facingMode === "front");
}, 400)
}, 800)
}, 1000)
}
drawOnCanvasAndSavePhoto(facingModeButton.dataset.facingMode === "front");
Expand Down

0 comments on commit 4352d53

Please sign in to comment.