Skip to content

Commit 425c585

Browse files
authored
Update src/DetectedBarcode.ts
1 parent 265a13d commit 425c585

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DetectedBarcode.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ type Point = { x: number, y: number }
66
export interface DetectedBarcode {
77

88
boundingBox: DOMRectReadOnly
9-
Array<Point>
9+
cornerPoints: Array<Point>
1010
format: string
1111
rawValue: string
1212

0 commit comments

Comments
 (0)