Walter Seibel asked 2026-02-04 12:03:35 UTC
Hi communicty,
is there a better solution as this barcode scanner extension from wisej?
https://docs.wisej.com/extensions/extensions/barcode
the problem with the extension is, that the image is transfering first to server, then zxing decodes it and then transfer back the barcode.
this makes the scan process very slow. it would be better if the barcode scan recogination is done in browser it self.
something like this:
https://github.com/serratus/quaggaJS
or this:
https://zxing-js.github.io/library/
how would I implement js-based barcode scanner in wisej?
thanks for helping me.
Walter Seibel asked 2026-02-04 12:03:35 UTC
Hi communicty,
is there a better solution as this barcode scanner extension from wisej?
https://docs.wisej.com/extensions/extensions/barcode
the problem with the extension is, that the image is transfering first to server, then zxing decodes it and then transfer back the barcode.
this makes the scan process very slow. it would be better if the barcode scan recogination is done in browser it self.
something like this:
https://github.com/serratus/quaggaJS
or this:
https://zxing-js.github.io/library/
how would I implement js-based barcode scanner in wisej?
thanks for helping me.