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