BlurDetectionOptions: {
    classNames?: string[];
    sigma: number;
}

The blur detection options

Type declaration

  • Optional classNames?: string[]

    The class names. If omitted, imgproxy blurs all the detected objects.

  • sigma: number

    The blur radius

Generated using TypeDoc