Skip to content

Commit 6c35b66

Browse files
authored
Merge pull request #539 from yogeshgadge/master
fix - remove use of node Buffer
2 parents 1a95519 + 66017e9 commit 6c35b66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

type-definitions/quagga.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -781,7 +781,7 @@ export interface QuaggaJSConfigObject {
781781
* Ex: '/test/fixtures/code_128/image-001.jpg'
782782
* or: 'data:image/jpg;base64,' + data
783783
*/
784-
src?: string | Uint8Array | Buffer;
784+
src?: string | Uint8Array;
785785

786786
inputStream?: {
787787
/**

0 commit comments

Comments
 (0)