du
2025-04-14 ce03c74f13a20c6254756190390cbdfca52eef64
1
2
3
4
5
6
7
8
import type Cropper from 'cropperjs'
 
export interface CropendResult {
  imgBase64: string
  imgInfo: Cropper.Data
}
 
export type { Cropper }