PaddingOptions: {
    bottom?: number;
    left?: number;
    right?: number;
    top?: number;
}

The available options for the crop operation

Type declaration

  • Optional bottom?: number

    The bottom padding

  • Optional left?: number

    The left padding

  • Optional right?: number

    The right padding (and left if it won't be set explicitly)

  • Optional top?: number

    The top padding (and all other sides if not set explicitly)

Generated using TypeDoc