Replies: 2 comments 1 reply
-
You can use signature pad with node-canvas and call toDataURL. Or on the client side upload the image somewhere and save the URL. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@norman262 Hello Norman, I have a similar use case to store the signature as a json and then render it in a web page. Can you please share the code snippet on what functions you called to create a json out of the signature and were able to render it in email? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have successfully used signature_pad to capture signatures and save them to my database as a JSON object containing the points array and I can even view said signature in view-only mode by loading the said data. I do however need to attach said signatures to emails.
Is there a way to generate an image of the signature server-side from the points data, or is there a better way to do this?
Beta Was this translation helpful? Give feedback.
All reactions