Skip to content

Instantly share code, notes, and snippets.

@midnightcodr
Created August 23, 2018 16:28
Show Gist options
  • Save midnightcodr/5b79a976a7d29b3d859ad3069e928979 to your computer and use it in GitHub Desktop.
Save midnightcodr/5b79a976a7d29b3d859ad3069e928979 to your computer and use it in GitHub Desktop.
output-svg-in-hapijs-17
handler: (request, h) => {
const captcha = svgCaptcha.create({
size: 5
})
return h.response(captcha.data).header('Content-Type', 'image/svg+xml')
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment