projects/maplander/shared/src/utils/models/data-crop-image.ts
private
Properties |
|
| aspectRatio |
aspectRatio:
|
Type : number
|
| Optional |
| circle |
circle:
|
Type : boolean
|
| Optional |
| files |
files:
|
Type : any[]
|
export interface DataCropImage {
files: any[];
circle?: boolean;
aspectRatio?: number;
}