From 554161aa95a7718998e27659f0e6047a7121867a Mon Sep 17 00:00:00 2001 From: sahaj33-op Date: Tue, 16 Jun 2026 00:03:59 +0530 Subject: [PATCH] feat: Add PNG image export support --- desktop-app/resources/index.html | 5 + desktop-app/resources/js/script.js | 232 +++++++++++++++++++++++++++++ index.html | 5 + script.js | 232 +++++++++++++++++++++++++++++ 4 files changed, 474 insertions(+) diff --git a/desktop-app/resources/index.html b/desktop-app/resources/index.html index f2ecc6f3..d51db4ca 100644 --- a/desktop-app/resources/index.html +++ b/desktop-app/resources/index.html @@ -92,6 +92,7 @@

Markdown Viewer

  • Markdown (.md)
  • HTML
  • PDF
  • +
  • Image (.png)
  • @@ -212,6 +213,10 @@

    Menu

    + + + +