Hello,
I’m trying to use the html2canvas npm module to save screenshots of an element on the webpage. I’m currently getting an error: Element is not attached to a Document .
As this module requires access to DOM and if I understood correctly from Yisrael’s comment here , is it even possible to use this module for the said purpose?