a11y: add DOCX metadata, image placeholders, table headers

This commit is contained in:
TypoGenie
2026-02-18 23:46:32 +02:00
parent 1458210d88
commit bd842b87a2
2 changed files with 31 additions and 2 deletions
+2 -1
View File
@@ -224,7 +224,8 @@ export const Preview: React.FC<PreviewProps> = ({
palette: template.typography?.colors,
id: template.id,
page: template.page,
useTableHeaders
useTableHeaders,
inputFileName
});
const arrayBuffer = await blob.arrayBuffer();