/strich-next-sample

Next.js sample code for integrating STRICH SDK

Primary LanguageTypeScriptCreative Commons Zero v1.0 UniversalCC0-1.0

STRICH Next.js sample

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.