This repository contains a sample Next.js project with a screen that integrates
the STRICH BarcodeReader
to read barcodes. The example is configured to read EAN, UPC and QR codes. This
can be changed by adapting the Configuration
in scanner.tsx
.
The project was generated using create-next-app
following the instructions
at https://nextjs.org/docs/getting-started.
React StrictMode was disabled, as the example does not yet handle useEffect
being called multiple times well.