crop-image
    Preparing search index...
    interface CropImageProps {
        adapter?: "generic" | "imageflow" | "imageresizer";
        "aspect-ratio"?: string;
        "aspect-ratios"?: string;
        disabled?: boolean;
        "edge-snap"?: string;
        "even-padding"?: boolean;
        "max-height"?: string;
        "max-width"?: string;
        "max-zoom"?: string;
        "min-height"?: string;
        "min-width"?: string;
        mode?: "crop" | "crop-pad";
        name?: string;
        shape?: "rect" | "circle";
        "snap-threshold"?: string;
        src: string;
        value?: string;
    }
    Index

    Properties

    adapter?: "generic" | "imageflow" | "imageresizer"
    "aspect-ratio"?: string
    "aspect-ratios"?: string
    disabled?: boolean
    "edge-snap"?: string
    "even-padding"?: boolean
    "max-height"?: string
    "max-width"?: string
    "max-zoom"?: string
    "min-height"?: string
    "min-width"?: string
    mode?: "crop" | "crop-pad"
    name?: string
    shape?: "rect" | "circle"
    "snap-threshold"?: string
    src: string
    value?: string