pdfrx_web
    Preparing search index...

    Interface PdfDefaultEmojiRendererOptions

    interface PdfDefaultEmojiRendererOptions {
        baseUrl?: string;
        cache?: PdfTextAssetCache;
        scale?: number;
        source?: PdfEmojiAssetSource;
    }

    Hierarchy (View Summary)

    Index
    baseUrl?: string

    Directory containing Noto's emoji_u<codepoints>.png files. Defaults to a version-pinned jsDelivr URL; point this at a local mirror for offline or restricted environments.

    scale?: number

    Raster scale for native browser emoji. Default 3.