quagga2
quagga2 copied to clipboard
fix - remove use of node Buffer
just removed Buffer from type definitions
Change Log for @ericblade/quagga2 (1.8.4 → 1.9.0)
Refactors
- Browser targeted Typescript apps can now use quagga2 without adding node types
i'd like to have a look at the node code that takes the buffer input, and make sure that it doesn't do anything weird, but good to know that this should fix the consumer side of it. I'm actually guessing that it probably works fine, just that this was all written long before Buffer was actually an extension of Uint8Array in node
all tests successful, so it's pretty likely that there's no issue here, but i do want to take a look at the code in question before i merge