move to electron app & remove unnecessary code

This commit is contained in:
janis
2023-05-24 10:33:18 +02:00
parent d378018896
commit 9d485c2b73
35 changed files with 19862 additions and 545 deletions

14
.gitignore vendored Normal file
View File

@@ -0,0 +1,14 @@
#
# FSRImageVideoUpscalerFrontend - .gitignore
#
# Created by Janis Hutz 05/24/2023, Licensed under the GPL V3 License
# https://janishutz.com, development@janishutz.com
#
#
#
# remove pycache
__pycache__
# remove node_modules from repo
node_modules