mediaforge - v0.3.0
    Preparing search index...

    Interface DrawgridOptions

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

    Properties

    width?: number

    Grid width

    height?: number
    x?: string | number

    X position

    y?: string | number
    color?: string

    Grid color

    thickness?: number

    Line thickness

    replace?: string

    Replace mode