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
Having issues with 1st parameter image. If the image is wider than 2nd image it's not fitting well.
How can I solve that?
I tried mergeImages([{ src: '../test.jpeg', width: 635, height: 700 },{ src: '../frame-1.png', x: 0, y: 0 }],{width: 635, height: 1125})
The text was updated successfully, but these errors were encountered:
Having issues with 1st parameter image. If the image is wider than 2nd image it's not fitting well.
How can I solve that?
I tried
mergeImages([{ src: '../test.jpeg', width: 635, height: 700 },{ src: '../frame-1.png', x: 0, y: 0 }],{width: 635, height: 1125})
The text was updated successfully, but these errors were encountered: