Combined Frontend with backend, and implemented the extractor function into the module structure

This commit is contained in:
2025-11-10 16:18:57 +01:00
parent bd8ed1bf81
commit 92043440fe
6 changed files with 1483 additions and 11 deletions
+8
View File
@@ -8,3 +8,11 @@ fs = require("fs")
readline = require("readline")
config = require("./config/config")
ffmpegPath = require('ffmpeg-static');
ffmpeg = require('fluent-ffmpeg');
path = require('path');
cliProgress = require('cli-progress');
// { app, BrowserWindow, ipcMain, dialog } = require('electron');
electron = require('electron');