niklasvh / html2canvas-proxy

Proxies for html2canvas
http://html2canvas.hertzen.com/
32 stars 15 forks source link

Flex is not supported #13

Open gauravanshul opened 2 years ago

gauravanshul commented 2 years ago

I am implementing screenshot widget on top of html2canvas functionality. I am running into an issue as the markup has used flex extensively and seems that html2canvas module is not supporting flex. So, need help here regarding how to add support for flex while taking screenshot using html2canvas

@niklasvh