weasel API - v0.8.0
    Preparing search index...

    Interface DeriveAlignmentGuidesOptions

    interface DeriveAlignmentGuidesOptions {
        centers?: boolean;
        edges?: boolean;
        page?: AlignBounds;
    }
    Index

    Properties

    Properties

    centers?: boolean

    Emit centerX (x) and centerY (y) guides. Default true.

    edges?: boolean

    Emit left/right (x) and top/bottom (y) edge guides. Default true.

    Include the document/page box's edges + center as candidates.