Eric Blade
Eric Blade
From https://github.com/serratus/quaggaJS/issues/432 The screencap in the source issue indicates that a 36864 size array is out of bounds, somehow. According to MDN, typed arrays should be able to accept any...
Looks like a good candidate for being turned into it's own module, anyone interested? :-D
This is the only webworker webpack loader i've found that seems to support blobs. https://github.com/webpack-contrib/worker-loader Unfortunately, it seems to ignore all options passed to it, so i'm not sure if...
... test for initCanvas needs to test that it correctly sets Quagga.canvas.dom and Quagga.canvas.ctx, and that those each have an image and an overlay property. Per #151 once implemented, if...
I'm not exactly sure how that would work, but see https://github.com/serratus/quaggaJS/issues/360#issuecomment-579480829
See https://github.com/serratus/quaggaJS/issues/415#issuecomment-579458649
https://github.com/serratus/quaggaJS/issues/412 We could try adding a white border of several pixels around. Quagga already has a routine to *strip* a border, it shouldn't be too hard to put one in,...
Looks like a utility lib of polyfills. The typescript branch has some magic from the babel packages that probably covers it, so I wonder if removing it is ok to...
https://github.com/serratus/quaggaJS/pull/385 I'm totally interested in doing TypeScript. I haven't done anything with TS before, so not exactly my forte, but I'm very interested in picking it up. There's been a...