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
Feature requests, bug reports etc. are very welcome as issues. But questions are directed to stackoverflow with the tag jspdf.
If you are facing issues with garbled Unicode characters, please refer to #2677.
Note that new issues should follow these guidelines. Otherwise, the issue will be closed without a comment and tagged with the "Needs Information" label.
Make sure code is properly indented and formatted (Use ``` around code blocks).
Provide a runnable example. Optimally, a link to an example that runs directly in the browser (JSFiddle, CodePen, etc.). Please don't share framework-specific code such as React components, unless strictly necessary to reproduce the issue. Try to isolate the code as much as possible and use only plain JS/HTML/CSS.
Try to make sure and show in your issue that the issue is actually related to jspdf and not your framework of choice or your setup.
To make sure you have read this, delete this template and start the issue description with "I have read and understood the contribution guidelines.".
The text was updated successfully, but these errors were encountered:
mahamedh
changed the title
hi how to run jspdf asynchronously with out blocking the ui thread please any one...
hi how to run jspdf asynchronously with out blocking the ui thread please any one... in react js application
Jun 2, 2022
Hi, did you fix this? I am also getting issues with the UI thread being blocked. I'm using React (specifically Create React App).
To resolve this proble, I use workers in ReactJS
Hello, can you explain how you make this? if possible show us code example. I'm trying to solve this freezing with web workers too, but I'm using html function that uses DOM functions like createElement and web workers dont have access to DOM.
Feature requests, bug reports etc. are very welcome as issues. But questions are directed to stackoverflow with the tag
jspdf
.If you are facing issues with garbled Unicode characters, please refer to #2677.
Note that new issues should follow these guidelines. Otherwise, the issue will be closed without a comment and tagged with the "Needs Information" label.
The text was updated successfully, but these errors were encountered: