We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
getTextDimension
According to the code, the function should be able to handle input of type string, array of strings or number.
jsPDF/src/modules/cell.js
Lines 191 to 197 in f60dcfa
However, the type definition does not reflect this.
jsPDF/types/index.d.ts
Lines 1051 to 1053 in f60dcfa
I also took a quick look at splitTextToSize() and it seems quite likely that the return type is string[]. I can help fix that as well if needed.
splitTextToSize()
string[]
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
According to the code, the function should be able to handle input of type string, array of strings or number.
jsPDF/src/modules/cell.js
Lines 191 to 197 in f60dcfa
However, the type definition does not reflect this.
jsPDF/types/index.d.ts
Lines 1051 to 1053 in f60dcfa
I also took a quick look at
splitTextToSize()
and it seems quite likely that the return type isstring[]
. I can help fix that as well if needed.The text was updated successfully, but these errors were encountered: