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

    Variable pathOriginProjectionConst

    pathOriginProjection: OriginProjection<Path> = ...

    OriginProjection for Path poses. The "origin" is the top-left of the path's AABB; translate shifts every coord by the requested delta. Pair with gridSnapStrategy to grid-snap a Path's bounds top-left:

    gridSnapStrategy<Path>(20, { origin: pathOriginProjection })