UNPKG

advanced-cropper

Version:

The core of the advanced cropper libraries family

8 lines (7 loc) 196 B
import { CropperState } from "../../types/index"; declare function getRotatedImage(state: CropperState): { width: number; height: number; angle: number; }; export { getRotatedImage };