Add jimp and scaled image

This commit is contained in:
Nayam Amarshe
2023-07-22 18:30:46 +05:30
parent 4663bafe5a
commit 6f9efe6972
5 changed files with 1443 additions and 42 deletions

View File

@@ -1,4 +1,4 @@
import { useAtom, useAtomValue } from "jotai";
import { useAtomValue } from "jotai";
import React, { useEffect, useState } from "react";
import Select from "react-select";
import ReactTooltip from "react-tooltip";

View File

@@ -125,7 +125,7 @@ const Home = () => {
window.electron.on(commands.UPSCAYL_DONE, (_, data: string) => {
setProgress("");
setUpscaledImagePath(data);
logit("upscaledImagePath: ", upscaledImagePath);
logit("upscaledImagePath: ", data);
logit(`💯 UPSCAYL_DONE: `, data);
});