UNPKG

romaine

Version:

React OpenCV Manipulation and Image Narration & Editing

3 lines 224 B
import { ImagePtr, OpenCV } from "../../types"; export declare const flip: (cv: OpenCV, canvas: HTMLCanvasElement, src: ImagePtr, orientation: "horizontal" | "vertical") => Promise<void>; //# sourceMappingURL=flip.d.ts.map