cutoutConfig
cutoutConfig: {
alignment?: "center" | "top_half" | "bottom_half";
animation?: string;
cornerRadius?: number;
cropOffset?: {
x: number;
y: number;
};
cropPadding?: {
x: number;
y: number;
};
delay?: number;
feedbackStrokeColor?: string;
inactiveStrokeColor?: string;
maxHeightPercent?: string;
maxWidthPercent: string;
outerAlpha?: number;
outerColor?: string;
ratioFromSize: {
height: number;
width: number;
};
strokeColor?: string;
strokeWidth?: number;
style?: "rect" | "contour_rect";
width: number;
}