import { useState, useEffect, useRef } from "react"; const Home = () => { useEffect(() => { // send(command, payload) window.electron.send("sendMessage", { message: "Hello!" }); }, []); return (

Upscayl

Step 1

Step 2

Select Scale Factor:

Step 3

Step 4

Select an Image to Upscale

); }; export default Home;