mirror of
https://github.com/upscayl/upscayl.git
synced 2026-04-03 03:00:13 -04:00
remove formatted image and upscaled image states
This commit is contained in:
committed by
GitHub
parent
af95c76fa7
commit
38ae8eb29a
@@ -19,8 +19,6 @@ const Home = () => {
|
||||
// STATES
|
||||
const [imagePath, SetImagePath] = useState("");
|
||||
const [upscaledImagePath, setUpscaledImagePath] = useState("");
|
||||
const [formattedImagePath, setFormattedImagePath] = useState("");
|
||||
const [formattedUpscaledImagePath, setFormattedUpscaledImagePath] = useState("");
|
||||
const [outputPath, setOutputPath] = useState("");
|
||||
const [scaleFactor] = useState(4);
|
||||
const [progress, setProgress] = useState("");
|
||||
|
||||
Reference in New Issue
Block a user