docx

    Type Alias IMediaTransformation

    type IMediaTransformation = {
        flip?: { horizontal?: boolean; vertical?: boolean };
        height: number;
        rotation?: number;
        width: number;
    }
    Index

    Properties

    flip?: { horizontal?: boolean; vertical?: boolean }
    height: number
    rotation?: number
    width: number
    MMNEPVFCICPMFPCPTTAAATR