Skip to content

Commit

Permalink
[v0.1.2] 카메라모드 외부로 설정
Browse files Browse the repository at this point in the history
[v0.1.2] 카메라모드 외부로 설정
  • Loading branch information
ImNM authored Aug 7, 2022
2 parents b2e687f + bff75f5 commit 90bf29a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/Tickets/CheckPage/CheckPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ function CheckPage() {
<QrReader
delay={300}
onResult={handleScan}
style={{ width: '100%', height: '100%' }}
style={{ width: '100vw', height: '100vh' }}
constraints={{ facingMode: 'environment' }}
/>
</>
);
Expand Down

0 comments on commit 90bf29a

Please sign in to comment.