Skip to content

Commit

Permalink
fix - remove use of node Buffer
Browse files Browse the repository at this point in the history
  • Loading branch information
Yogesh committed May 1, 2024
1 parent 96d9891 commit 66017e9
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 66017e9

Please sign in to comment.