-
-
Notifications
You must be signed in to change notification settings - Fork 164
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
Is it possible to resize the merging image? #57
Comments
PR #63 could solve this, hope it gets merged. |
I would also like this PR #63 merged. |
For anyone who wants to use it in plain JS and doesn't want to wait for the PR to be included. The closure is taken from the unkpg-package. merge-images.js
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
mergeImages([
{ src: 'body.png', x: 0, y: 0 },
{ src: 'eyes.png', x: 32, y: 0, height:500, width:500 },
{ src: 'mouth.png', x: 16, y: 0, height:500, width:500 }
])
The text was updated successfully, but these errors were encountered: