Skip to content

Commit

Permalink
Merge pull request #539 from yogeshgadge/master
Browse files Browse the repository at this point in the history
fix - remove use of node Buffer
  • Loading branch information
ericblade authored Nov 13, 2024
2 parents 1a95519 + 66017e9 commit 6c35b66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion type-definitions/quagga.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -781,7 +781,7 @@ export interface QuaggaJSConfigObject {
* Ex: '/test/fixtures/code_128/image-001.jpg'
* or: 'data:image/jpg;base64,' + data
*/
src?: string | Uint8Array | Buffer;
src?: string | Uint8Array;

inputStream?: {
/**
Expand Down

0 comments on commit 6c35b66

Please sign in to comment.