is there a one-stop-shop library that'll pull my html/css (post js actions) as it is and convert it into an image, like png? my complication is the page's js can be rendering svg's or any sort of styles after load - i won't know.
i know there are ways on the server-side, but i'd really like to implement this at the client.
I also know there is canvg to convert svg, but I don't know in advance what my page will have - canvas, svg, can have just about anything. So I need a rather robust tool.
any ideas? html2canvas didn't work for me; it left out the svg's as well as js manipulations on css.
thank you.