Eric Blade
Eric Blade
Quagga.stop().then(...) would be same as await Quagga.stop()
There may be issues in Chrome as well -- i've occasionally noticed a asm.js error in chrome recently.
I'm not *incredibly* worried about this, as it doesn't seem to affect the actual results. If V8 and node are supporting asm.js now, then it'd be a lot easier to...
That would be great. I pretty much only use browser mode with LiveStream, so i'm not usually seeing this kind of stuff.
oh wow, you've done a lot of stuff! so.. one question, @Borvik what format is this barcode? :-)
^^ above barcode doesn't decode in the Node tests using the default settings, so i'm adding it as another example of #191 where there are slightly different results between browser...
I just did a brief investigation, and i've found two things -- it's not occuring because of minifying (as we don't minify the node library), although the packing process may...
... i'm sure someone with some experience in asm could figure this out, but i'm not likely to be the person picking that up -- WASM effectively replaces ASM.JS and...
good news re: Asm.js error, sort of: asm.js error is basically a warning. It just runs the code as javascript since it can't interpret it properly into what it's looking...
closing this in favor of porting/rewriting skeletonizer to wasm