linXiv frontend (TS/JS)
    Preparing search index...

    Interface Anchor

    interface Anchor {
        color: string;
        page: number;
        quote: string;
        rects: AnchorRect[];
        v: 1;
        version: number;
    }
    Index
    color: string
    page: number
    quote: string
    rects: AnchorRect[]
    v: 1
    version: number