Hello bro I faced this problem that html2canvas font-family is not working (。•́︿•̀。) In my case... [Problem] Failed to apply font family when saving image with html2canvas [Solution 1] I use the latest version of html2canvas. => There is news that the bug has been fixed. [Solution 2] I used CORS and allowTaint Option. => I annotated these and they worked !! function test(){ html2canvas(document...
[Solved] Failed to apply font family when saving image with html2canvas
Hello bro I faced this problem that html2canvas font-family is not working (。•́︿•̀。) In my case... [Problem] Failed to apply font family when saving image with html2canvas [Solution 1] I use the latest version of html2canvas. => There is news that the bug has been fixed. [Solution 2] I used CORS and allowTaint Option. => I annotated these and they worked !! function test(){ html2canvas(document...
2023.10.12