mermaid.ts
1 documented symbol. Read the signatures first, then expand each item for parameters, return types, and examples.
Reference
fntransformMermaidStatic(html: string, _options?: MermaidOptions): Promise<string>Transforms mermaid code blocks in HTML to rendered SVG diagrams. Uses the nativ…
Transforms mermaid code blocks in HTML to rendered SVG diagrams. Uses the native Rust NAPI transformMermaid function.
Parameters
-
htmlstring -
_optionsMermaidOptionsoptional
Returns
Promise