function convertToImage(){ var element = document.getElementById("tabla-productos-clonada"); domtoimage .toPng(element) .then(function (URL) { var newImg = new Image(); newImg.src = URL; document.getElementById('ShowImage').appendChild(newImg); }) .catch(function (error) { console.error("error"); }); } Math – AC Language School

Title