UNPKG

romaine

Version:

React OpenCV Manipulation and Image Narration & Editing

4 lines 260 B
import { ImagePtr, size } from "./openCV"; export type ShowPreview = (resizeRatio?: number, source?: ImagePtr, cleanup?: boolean) => void; export type SetPreviewPaneDimensions = (dims?: size) => number | undefined; //# sourceMappingURL=CanvasFunctions.d.ts.map