-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Added x and y to the type on HTMLOptions #2893
Conversation
Seems related to #2886. Could you maybe update the JSDoc comment as well and check which options are unused as described in my comment? |
@HackbrettXXX I have updated the documentation to include x and y. |
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.
Thanks for the additional commits.
@HackbrettXXX No worries, should be sorted in latest revision |
Thanks, merging it ;) |
Do you know when the next release will be @HackbrettXXX? |
Noticed when using the library that it accepts x and y on
.html
as options however these are not in the types on HTMLOptions.