Skip to content

Instantly share code, notes, and snippets.

@samuelteixeiras
Created March 23, 2022 23:34
Show Gist options
  • Save samuelteixeiras/cba0523d72038fd6119af2175168cbc8 to your computer and use it in GitHub Desktop.
Save samuelteixeiras/cba0523d72038fd6119af2175168cbc8 to your computer and use it in GitHub Desktop.
prettyHtml
var htmlHeader = prettyHtml(req.headers, req.body.dimensions);
var htmlBody = prettyHtml(JSON.parse(req.body), req.body.dimensions);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment