Add barcode-detector-api-polyfill dependency and update environment variable declarations in SvelteKit project
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
import { ICornerPoint } from './ICornerPoint';
|
||||
export interface IDetectedBarcode {
|
||||
boundingBox: DOMRectReadOnly;
|
||||
cornerPoints: ICornerPoint[];
|
||||
format: string;
|
||||
rawValue: string;
|
||||
}
|
||||
Reference in New Issue
Block a user