mediaforge - v0.3.0
    Preparing search index...

    Interface SpriteOptions

    interface SpriteOptions {
        input: string;
        output: string;
        columns?: number;
        count?: number;
        thumbWidth?: number;
        binary?: string;
    }
    Index

    Properties

    input: string
    output: string

    Output image path (.jpg or .png)

    columns?: number

    Number of thumbnail columns in the sprite grid. Default: 5

    count?: number

    Total number of thumbnails. Default: 25

    thumbWidth?: number

    Width of each thumbnail in pixels. Default: 160

    binary?: string