This repository was archived by the owner on Jul 26, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- import clsx from 'clsx' ;
1+ import { clsx } from 'clsx' ;
22import { Link , useLocation } from 'react-router-dom' ;
33
44const navigation = [
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import type { Point } from '../utils/geometry/points.js';
55/**
66 * Options for getPerspectiveWarp function.
77 */
8- interface GetPerspectiveWarpOptions {
8+ export interface GetPerspectiveWarpOptions {
99 /**
1010 * The horizontal dimension (in pixels) of the final rectified rectangular image.
1111 */
@@ -18,7 +18,7 @@ interface GetPerspectiveWarpOptions {
1818/**
1919 * Returns result matrix along with vertical and horizontal dimensions for the rectangular image.
2020 */
21- type GetPerspectiveWarpData = Required < GetPerspectiveWarpOptions > & {
21+ export type GetPerspectiveWarpData = Required < GetPerspectiveWarpOptions > & {
2222 matrix : number [ ] [ ] ;
2323} ;
2424
You can’t perform that action at this time.
0 commit comments