structured-render - v1.2.0
    Preparing search index...

    Function renderInNode

    • Internal common Node.js structure render renderer.

      Parameters

      • structuredRenderData: Readonly<RenderInput>
      • __namedParameters: Readonly<
            {
                options?: Readonly<PartialWithUndefined<RenderMarkdownOptions>>;
                outputType: RequireExactlyOne<{ image: true; pdf: true }>;
                saveLocationPath: string;
            },
        >

      Returns Promise<string>

      The output file path.