DMTaswebdevelopment
Results
1
comments of
DMTaswebdevelopment
Here's how I fixed mine in Safari. I added delay using modern-screenshot: https://github.com/qq15725/modern-screenshot/tree/main Which also came from html-to-image. `` if (!isSafari) { dataURL = await htmlToImage.toPng(imageElement); } else { //put...