Save the Date Studio

Design save-the-date cards and batch export one per guest household as images or PDF.

Live Preview
Choose a guest below or edit layers to see the card update.
`); win.document.close(); win.focus(); } document.getElementById('downloadJpegsBtn').addEventListener('click',()=> downloadBatchJpegs(document.getElementById('runName')?.value||'save_the_dates')); document.getElementById('downloadPdfBtn').addEventListener('click',()=> downloadPdf(document.getElementById('runName')?.value||'save_the_dates')); /* ── Init ── */ populateForm(); renderCanvas(); renderTplList(); populatePreviewGuest(); initCanvasInteraction(); // Auto-select first layer so controls are visible immediately if(currentDesign.layers && currentDesign.layers[0]) selectLayer(currentDesign.layers[0].id); document.addEventListener('wedding:state-ready',()=>{populatePreviewGuest();renderCanvas();}); })();