Kleinkindertipps

document.getElementById("dnld-png").onclick = function() { const screenshotTarget = document.getElementById("logo-container"); html2canvas(screenshotTarget, { allowTaint: true, useCORS: true, backgroundColor: "null", removeContainer: true, scale: 4}).then((canvas) => { const base64image = canvas.toDataURL("image/png"); var anchor = document.createElement( 'a'); anchor.setAttribute("href", base64image); anchor.setAttribute("download", "mein-dbk-logo.png"); anchor.click(); anchor.remove(); }); };

KLEINKINDERTIPPS

Große Tipps für neue Eltern