-
-
Notifications
You must be signed in to change notification settings - Fork 761
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
Print #572
Print #572
Conversation
If we expose the |
If you think the same, I would prefer to expose an object with both values : coordinate = {x: x, y: y} |
@edi9999 comments addressed. Added the x value as well |
packages/jimp/README.md
Outdated
10, | ||
'Hello world that wraps!', | ||
50, | ||
(err, image, yValue) => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This sample needs to be changed with x/y value
What's Changing and Why
Expose final y value in print callback so users can easily stagger text
closes #506
What else might be affected
nothing
Tasks
jimp.d.ts