Skip to content

Commit 9fc8fea

Browse files
committed
fix: Remove unused Point import in cornerRefinement.ts
1 parent 86031c6 commit 9fc8fea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/qr-decode/detect/cornerRefinement.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { FinderDetectionResult, Point, CornerRefinementResult } from '../types';
1+
import type { FinderDetectionResult, CornerRefinementResult } from '../types';
22
import { calculateEdgeProjections, findFourthCorner } from './homography/edgeProjection';
33

44
/**

0 commit comments

Comments
 (0)