We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can someone please help me with some questions? How do I get the base64 of the image? how to use getBase64? Do you have an example ready?
The text was updated successfully, but these errors were encountered:
You can use getBase64() function from the ref.
canvas.current.getBase64('png', false, false, true, false, (err, image) => { onChange({ handWrittenObservation: { base64Image: image }, }, }); })
Sorry, something went wrong.
You can use getBase64() function from the ref. canvas.current.getBase64('png', false, false, true, false, (err, image) => { onChange({ handWrittenObservation: { base64Image: image }, }, }); })
Do you have any practical example of using this function?
No branches or pull requests
Can someone please help me with some questions?
How do I get the base64 of the image?
how to use getBase64?
Do you have an example ready?
The text was updated successfully, but these errors were encountered: