Skip to content

Commit 93f49fa

Browse files
authored
Update KeyPoint.d.ts
Update wrong parameter for KeyPoint typings. Keypoint.point is undefined. KeyPoint.pt is the correct param
1 parent f21e86e commit 93f49fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/typings/KeyPoint.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { Point2 } from './Point2.d';
22

33
export class KeyPoint {
4-
readonly point: Point2;
4+
readonly pt: Point2;
55
readonly size: number;
66
readonly angle: number;
77
readonly response: number;

0 commit comments

Comments
 (0)