issue_tree
    Preparing search index...

    Interface HtmlAssets

    The inlined assets toHtml embeds: the viz.js engine and the browser bundle.

    interface HtmlAssets {
        clientBundle: string;
        vizSource: string;
    }
    Index

    Properties

    clientBundle: string

    The bundled browser render-core (regenerateDot and its deps).

    vizSource: string

    The viz.js engine source (the WASM-loading JS).