Add barcode-detector-api-polyfill dependency and update environment variable declarations in SvelteKit project
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
export interface IBrowserCodeReaderOptions {
|
||||
/** Delay time between subsequent successful decode results. */
|
||||
delayBetweenScanSuccess?: number;
|
||||
/** Delay time between decode attempts made by the scanner. */
|
||||
delayBetweenScanAttempts?: number;
|
||||
/** Timeout for waiting the video 'canplay' event. */
|
||||
tryPlayVideoTimeout?: number;
|
||||
}
|
||||
Reference in New Issue
Block a user