cross-stitch - v2.0.0
    Preparing search index...

    Type Alias Point

    Point: ZodObject<
        {
            x: $ZodBranded<ZodNumber, "SegmentCoordinate", "out">;
            y: $ZodBranded<ZodNumber, "SegmentCoordinate", "out">;
        },
        $strip,
    >

    A point on the stitch grid. Coordinates may use half-step (0.5) values.