We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f21e86e commit 93f49faCopy full SHA for 93f49fa
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