mediaforge - v0.1.0
    Preparing search index...

    Interface TileOptions

    interface TileOptions {
        layout: string;
        nb_frames?: number;
        margin?: number;
        padding?: number;
        color?: string;
        overlap?: number;
        init_padding?: number;
    }
    Index

    Properties

    layout: string

    Grid layout as "COLSxROWS", e.g. "4x3"

    nb_frames?: number

    Number of frames to batch. Default: same as grid cells

    margin?: number

    Pixel gap between tiles

    padding?: number

    Padding between tiles

    color?: string

    Background color

    overlap?: number

    Overlap rows/columns from previous tile

    init_padding?: number

    Initial padding