Hi All,
I tried to take a snapshot by this code :
html2canvas(c).then(async (canvas) => {
var image = canvas.toDataURL().replace("data:image/png;base64,", "");}
But the resolution is not good enough to view the details, especially when I zoom in on some details.
Can I do it in another way to make it more clearly?