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).
render(resume[, options])
Optional
the rendered HTML.
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).