From 691715c8b4e79ea80c1b5d20462b2d530bbafe7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nikola=20Dere=C5=BEi=C4=87?= Date: Wed, 23 Jul 2025 10:55:16 +0200 Subject: [PATCH] =?UTF-8?q?a=C5=BEuriran=20readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 45ee54f..30bcbec 100644 --- a/README.md +++ b/README.md @@ -95,6 +95,14 @@ The MongoDB server v > 5.0 will not run on and old machine such as Acer Revo due This issue was solved by using an older Mongo DB Version 4.4.27 +## Decoding Barcode + +Barcode decoding is slow and can lead to locking of the main thread. +This heavy lifting could be moved to background thread. + +The new solution could be based on the following code: https://github.com/pocesar/react-use-qrcode +That solution uses video to decode the QR code. This could be modified so that it uses data stored in canvas. + # OAuth verification video transcript This is Rezije app demonstration for Google OAuth login process for the users of our app.