tsayen / dom-to-image

Generates an image from a DOM node using HTML5 canvas
Other
10.21k stars 1.68k forks source link

fixed issue with @font-face fonts downloaded every time even if they … #472

Open D1N35HV opened 4 months ago

D1N35HV commented 4 months ago

fixed issue with @font-face fonts downloaded every time even if they are not used in web page. This issue was effecting the performance of my web app immensely and now it seems to be working as expected I think please suggest some changes if I can do to improve this code.