qq15725 / modern-screenshot

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

No Firefox support 🦊 #4

Closed duraes-antonio closed 1 year ago

duraes-antonio commented 1 year ago

Hello, bro, thanks for make this lib!

After some tests on a rich page, I noticed that it doesn't work on Firefox browser even with a simple case. Unfortunately, there is no console error or warning to help identify the problem.

Minimal scenario to reproduce: https://codepen.io/qq15725/pen/PoBbOWm

qq15725 commented 1 year ago

You can try the modern-screenshot@4.2.13 version to see if the exception has been fixed

duraes-antonio commented 1 year ago

Thanks, bro! That's solved.