image-js
    Preparing search index...

    Interface MontageOptions

    interface MontageOptions {
        disposition?: MontageDisposition;
        scale?: number;
    }
    Index

    Properties

    Properties

    disposition?: MontageDisposition

    How should the images be aligned: vertically or horizontally.

    'horizontal'

    scale?: number

    Factor by which to scale the images.

    1