UNPKG

advanced-cropper

Version:

The core of the advanced cropper libraries family

4 lines (3 loc) 230 B
import { CoreSettings, CropperState } from "../types/index"; declare function flipImageAlgorithm(state: CropperState, settings: CoreSettings, horizontal?: boolean, vertical?: boolean): CropperState; export { flipImageAlgorithm };