mermaid.ts

Source

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.

View source

Parameters

  • html string
  • _options MermaidOptions

    optional

Returns

Promise