We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 86c6fc0 + 93f49fa commit 185d5f7Copy full SHA for 185d5f7
lib/typings/KeyPoint.d.ts
@@ -1,7 +1,7 @@
1
import { Point2 } from './Point2.d';
2
3
export class KeyPoint {
4
- readonly point: Point2;
+ readonly pt: Point2;
5
readonly size: number;
6
readonly angle: number;
7
readonly response: number;
0 commit comments