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

Need Help: Can I merge two base64 images url using mergeImages function #99

Open
adityavyas611 opened this issue Jul 21, 2020 · 1 comment

Comments

@adityavyas611
Copy link

adityavyas611 commented Jul 21, 2020

How to merge base64 images url and download the generated base64 image URL?

I am sending too base64 image value from react to node, will it automatically take the height, width and generate the merged image like the image below:

183

@adityavyas611 adityavyas611 changed the title Help: Can I merge two base64 images url using mergeImages function Need Help: Can I merge two base64 images url using mergeImages function Jul 21, 2020
@BumpyBill
Copy link

I believe the image can be any source, so you code would look this:

mergeImages([
  base64_1,
  base64_2
])
  .then(b64 => ...);

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

2 participants