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;
height?: number;
inactiveStrokeColor?: string;
maxHeightPercent?: string;
maxWidthPercent?: string;
offset?: {
x: number;
y: number;
};
outerAlpha?: number;
outerColor?: string;
ratioFromSize?: {
height: number;
width: number;
};
strokeColor?: string;
strokeWidth?: number;
style?: "rect" | "contour_rect";
width?: number;
}