UNPKG

romaine

Version:

React OpenCV Manipulation and Image Narration & Editing

11 lines 537 B
import { OpenCV } from "../../types/openCV"; import { SetPreviewPaneDimensions, ShowPreview } from "../../types"; import { RomaineModes } from "../reducers"; interface RotateOptions { preview?: boolean; angle: number; cleanup?: boolean; } export declare const rotate: (cv: OpenCV, canvas: HTMLCanvasElement | null, mode: RomaineModes, setPreviewPaneDimensions: SetPreviewPaneDimensions, showPreview: ShowPreview, opts: RotateOptions, cvCanvas?: any) => Promise<void>; export {}; //# sourceMappingURL=rotate.d.ts.map