From b378965b27400b5cf07847e53159a380ca847edc Mon Sep 17 00:00:00 2001 From: jason Date: Sat, 7 Mar 2026 23:03:00 -0600 Subject: [PATCH] feat: add frontend Svelte app with resize and crop UI --- frontend/src/App.svelte | 158 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 158 insertions(+) create mode 100644 frontend/src/App.svelte diff --git a/frontend/src/App.svelte b/frontend/src/App.svelte new file mode 100644 index 0000000..4cfc5bb --- /dev/null +++ b/frontend/src/App.svelte @@ -0,0 +1,158 @@ + + +
+

PNG Editor

+ + + +
+ + +
+ +
+ +
+ + {#if fit === "cover"} +
+ +
+ {/if} + +
+ + {quality} +
+ +
+ +
+ + {#if error} +

{error}

+ {/if} + + +
+ + \ No newline at end of file