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

    Interface ZoomClampOpts

    Optional clamp bounds for zoomAt. Defaults: min=0.1, max=8 (per axis).

    interface ZoomClampOpts {
        max?: ZoomBound;
        min?: ZoomBound;
    }
    Index

    Properties

    Properties

    max?: ZoomBound
    min?: ZoomBound