mediaforge - v0.1.0
    Preparing search index...

    Interface PadOptions

    interface PadOptions {
        width: string | number;
        height: string | number;
        x?: string | number;
        y?: string | number;
        color?: string;
        aspect?: string;
    }
    Index

    Properties

    width: string | number
    height: string | number
    x?: string | number

    X position of input in padded output. Default: 0

    y?: string | number

    Y position of input in padded output. Default: 0

    color?: string

    Pad color. Default: black

    aspect?: string

    Aspect ratio