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
am drawing text on gcanvas so am wondering how to get base64 image data out of it .
i triedthis.canvas.toDataURL() which say undefined so anyway to get image data from it
or can we save it to png or something else so that can be converted to base64 for use
thanks
The text was updated successfully, but these errors were encountered:
am drawing text on gcanvas so am wondering how to get base64 image data out of it .
i tried
this.canvas.toDataURL()
which say undefined so anyway to get image data from itor can we save it to png or something else so that can be converted to base64 for use
thanks
The text was updated successfully, but these errors were encountered: