Added splash screen

This commit is contained in:
Tzahi12345
2023-04-17 22:51:33 -04:00
parent 771fe3d985
commit 4fd676d50c
7 changed files with 1982 additions and 10 deletions

5
backend/preload.js Normal file
View File

@@ -0,0 +1,5 @@
const { contextBridge } = require('electron');
const path = require('path');
// Expose the 'path' module to the renderer process
contextBridge.exposeInMainWorld('path', path);