Add barcode-detector-api-polyfill dependency and update environment variable declarations in SvelteKit project
This commit is contained in:
+3
@@ -0,0 +1,3 @@
|
||||
import { BarcodeFormat } from '@zxing/library';
|
||||
export declare const zxingToNativeFormat: Record<BarcodeFormat, string>;
|
||||
export declare const nativeToZxingFormat: Record<string, BarcodeFormat>;
|
||||
Reference in New Issue
Block a user