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

    Function renderToNodeImage

    • Render to an image. Only works in Node.js, not a browser.

      Parameters

      • structuredRenderData: Readonly<RenderInput>
      • params: Readonly<
            {
                options?: PartialWithUndefined<RenderMarkdownOptions>;
                saveLocationPath: string;
            },
        >

      Returns Promise<string>

      The output file path.