tsayen / dom-to-image

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

Fonts uploaded from local Storage do not get implemented into image #330

Open karanshah0206 opened 4 years ago

karanshah0206 commented 4 years ago

I tried uploading a font from that is saved locally on my laptop. Screenshot (85) This font gets loaded appropriately on the website. However, when I convert DOM to image, the font does not get converted. Funnily, the same font I'm using (Sacramento) if I link directly from Google API, it will work. But if I upload from local storage, it won't. Screenshot (84) Help me fix this!

Rabithua commented 9 months ago

any ideas?🤯

areyes21 commented 6 months ago

were you able to solve it?