Closed dpfavand closed 3 years ago
In readme.md, the postProcess function examples use the signature postProcess(html, data).
postProcess
postProcess(html, data)
However, the function's actual signature is postProcess({ html, data }).
postProcess({ html, data })
I should be able to push an update for this.
In readme.md, the
postProcess
function examples use the signaturepostProcess(html, data)
.However, the function's actual signature is
postProcess({ html, data })
.I should be able to push an update for this.