You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 1, 2022. It is now read-only.
Is there anyway to convert the returned canvas's stringified object into base64?
i couldn't add an ID into the canvas element itself, because it doesnt accept id as a prop.
i tried to use toDataURL() function to convert it, but received an error said toDataURL is not a function.
Does anyone has any idea on this? because i wanna upload the canvas as an image into AWS S3 bucket... Thanks!
The text was updated successfully, but these errors were encountered:
Is there anyway to convert the returned canvas's stringified object into base64?
i couldn't add an ID into the canvas element itself, because it doesnt accept id as a prop.
i tried to use
toDataURL()
function to convert it, but received an error saidtoDataURL
is not a function.Does anyone has any idea on this? because i wanna upload the canvas as an image into AWS S3 bucket... Thanks!
The text was updated successfully, but these errors were encountered: