qq15725 / modern-screenshot

📸 Quickly generate image from DOM node using HTML5 canvas and SVG
https://toolpkg.com/html-to-image
MIT License
504 stars 36 forks source link

Performance issues with copying styles with `getComputedStyle` #6

Closed qq15725 closed 1 year ago

qq15725 commented 1 year ago
qq15725 commented 1 year ago

It shouldn't work out for now ~

Tar-Palantir commented 4 months ago

Hello, I have used your library, it's great but have performance issue when my DOM is complicate, getComputedStyle may block page render. Do you have any plan trying to solve this issue? Or any idea about it?