fix(export): enable proper file downloads and fix empty PNG export

This commit is contained in:
syntaxbullet
2026-02-09 22:50:25 +01:00
parent ea05b814b4
commit 8dae3578b1
5 changed files with 40 additions and 13 deletions

View File

@@ -223,14 +223,14 @@ import Tooltip from "../components/Tooltip.astro";
<TuiButton
id="btn-copy-text"
label="TXT"
title="Copy Text"
description="Copy raw ASCII text to clipboard."
title="Save as Text"
description="Download raw ASCII text file."
/>
<TuiButton
id="btn-copy-html"
label="HTML"
title="Copy HTML"
description="Copy colored HTML span elements to clipboard."
title="Save as HTML"
description="Download colored HTML file."
/>
</div>
</div>