From 195dacd753def9b5b0169296634d2249e0bba3fb Mon Sep 17 00:00:00 2001 From: mcolak Date: Thu, 5 Aug 2021 11:19:35 +0300 Subject: [PATCH] Mirror facing camera --- src/App.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/App.js b/src/App.js index c8c0842..760aacf 100644 --- a/src/App.js +++ b/src/App.js @@ -75,6 +75,7 @@ function App() { zindex: 9, width: 640, height: 480, + transform: 'scaleX(-1)', }} /> @@ -90,6 +91,7 @@ function App() { zindex: 9, width: 640, height: 480, + transform: 'scaleX(-1)', }} />