Created
March 23, 2022 23:34
-
-
Save samuelteixeiras/cba0523d72038fd6119af2175168cbc8 to your computer and use it in GitHub Desktop.
prettyHtml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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