-
Notifications
You must be signed in to change notification settings - Fork 347
Closed
Labels
Description
Scanning a frame for QR codes is a rather expensive operation. The library responsible for this job (jsQR
) also makes up a major part of the bundle size. Maybe performance could be increased by using a WebAssembly module instead. This component depends on modern browser features anyway so browser support shouldn't suffer too bad?
SAprelov, henrylearn2rock, perlun and qnp