mediaforge - v0.3.0
    Preparing search index...

    Interface DrawboxOptions

    interface DrawboxOptions {
        width?: number;
        height?: number;
        x?: string | number;
        y?: string | number;
        color?: string;
        thickness?: number;
        radius?: number;
        replace?: string;
    }
    Index

    Properties

    width?: number

    Box width in pixels

    height?: number

    Box height in pixels

    x?: string | number

    X position

    y?: string | number
    color?: string

    Box color (name or hex)

    thickness?: number

    Box thickness

    radius?: number

    Corner radius

    replace?: string

    Replace mode: 'replace', 'add', 'sub', 'mul', 'ref', 'and', 'or', 'xor'