entviz — @entviz/core & @entviz/react API
    Preparing search index...

    Interface GridShape

    One achievable grid arrangement for a value, with the targetAr that selects it (render/chooseGrid snap to it). The reshape picker offers these.

    interface GridShape {
        cols: number;
        rows: number;
        targetAr: number;
    }
    Index
    cols: number
    rows: number
    targetAr: number

    Pass this as targetAr to render the entviz in this shape.