YanYuanFE/react-native-signature-canvas

Question: Does this support saving of the stroke together with the background image?

joshua-revolutions opened this issue · 5 comments

I am trying to find a library that allows sketching on an image but also the ability to convert that into an image where both the background image and strokes are saved. Does this library support this use case?

Hi, @joshua-revolutions, have you found any solutions?

Hey @joshua-revolutions did you find any solutions? I'm searching, but I not found yet..

@jooaodias @arhipy97 @joshua-revolutions Thank you for your support, it is currently supported to draw on the background image and then save it, you can try

@YanYuanFE I just tested and if I use the onOK callback the base64 signature is saved but without the background image.

Hi @YanYuanFE Is this possible? We are trying something similar but as @joshua-revolutions said only the signature is saving but not the background image.