Skip to content
New issue

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

How to set base64 image to Canvas? #223

Open
muditsen opened this issue May 22, 2022 · 5 comments
Open

How to set base64 image to Canvas? #223

muditsen opened this issue May 22, 2022 · 5 comments

Comments

@muditsen
Copy link

Need a method which can set Base64 image to canvas.

@Morpheus-W
Copy link

I have the same problem

@muditsen
Copy link
Author

i think you can pass around getPaths() array.

@Morpheus-W
Copy link

i think you can pass around getPaths() array.

you solved the problem?

@muditsen
Copy link
Author

i wanted to send the canvas data over a web socket. I thought of converting the canvas to base64 on client and then send it to server and again set the base64 canvas on other clients which was not possible so i only sent the data which I was able to set on the canvas on the other clients.

@DavidNgugi
Copy link

Hey @muditsen, did you solve this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants