Unable to use html2canvas.

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?

:v:

hey try to define ID/class which you get from constructed DOM from browsers developer not element id in velo code

Was this ever figured out? I am running into the same issue myself