crop-image
    Preparing search index...

    Aspect ratio definition.

    interface AspectRatio {
        height: number;
        label?: string;
        width: number;
    }
    Index

    Properties

    Properties

    height: number
    label?: string
    width: number