yaml-resume API
    Preparing search index...

    Function renderHtml

    • Render a resume to HTML using a JSON Resume theme.

      Themes follow the JSON Resume contract: they export render(resume[, options]) returning an HTML string (sync or async).

      Parameters

      • resume: Resume
      • Optionaloptions: { theme?: string } = {}

      Returns Promise<string>

      the rendered HTML.