@qrcommunication/gigapdf-lib — SDK API reference - v0.110.3
    Preparing search index...

    Type Alias HtmlResourceNeed

    HtmlResourceNeed:
        | {
            kind: "font";
            family: string;
            weight: number;
            italic: boolean;
            url: string;
        }
        | { kind: "image"; url: string }

    One entry from GigaPdfEngine.htmlNeededResources: a font (with its Google-Fonts download metadata) or an external image URL the host must fetch.