We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 265a13d commit 425c585Copy full SHA for 425c585
src/DetectedBarcode.ts
@@ -6,7 +6,7 @@ type Point = { x: number, y: number }
6
export interface DetectedBarcode {
7
8
boundingBox: DOMRectReadOnly
9
- Array<Point>
+ cornerPoints: Array<Point>
10
format: string
11
rawValue: string
12
0 commit comments