structured-render - v1.2.0
Preparing search index...
renderToNodeImage
Function renderToNodeImage
renderToNodeImage
(
structuredRenderData
:
Readonly
<
RenderInput
>
,
params
:
Readonly
<
{
options
?:
PartialWithUndefined
<
RenderMarkdownOptions
>
;
saveLocationPath
:
string
;
}
,
>
,
)
:
Promise
<
string
>
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.
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
structured-render - v1.2.0
Loading...
Render to an image. Only works in Node.js, not a browser.