UNPKG

101 BTypeScriptView Raw
1export interface CropperPosition {
2 x1: number;
3 y1: number;
4 x2: number;
5 y2: number;
6}