const { app, BrowserWindow, session } = require('electron'); const path = require('path'); function createWindow() { const win = new BrowserWindow({ width: 1280, height: 800, autoHideMenuBar: true, // ซ่อนเมนูบาร์ด้านบน webPreferences: { nodeIntegration: true, contextIsolation: false } }); // อนุญาตการใช้ไมค์และกล้องอัตโนมัติ session.defaultSession.setPermissionRequestHandler((webContents, permission, callback) => { if (permission === 'media') { callback(true); } else { callback(false); } }); // โหลดหน้าเว็บ (ปรับ URL ตอนรัน dev หรือไฟล์ index.html ตอน build) win.loadURL( app.isPackaged ? `file://${path.join(__dirname, 'build/index.html')}` : 'http://localhost:3000' ); } app.whenReady().then(createWindow); app.on('window-all-closed', () => { if (process.platform !== 'darwin') app.quit(); });
top of page

There’s Nothing Here...

We can’t find the page you’re looking for.
Check the URL, or head back home.

veganthailand

Contact Us

บริษัท มิราเคิล ฟู้ด โปรดักส์ จํากัด

 

 

 สำนักงานใหญ่

65/5 หมู่5 ถ.ชาวเหนือ1 เชียงรากใหญ่ สามโคก ปทุมธานี 12160

เลขประจำตัวผู้เสียภาษี : 0135557000720

 

 

 Tel. 092-639-6565

 

 Page : gabamate.co.th

 

 : amsombat@gmail.com
LINE OA : @gabamate

092-568-8898

Vegan_07_Planning_AE_edited.jpg

©2023 โดย veganthailand ภูมิใจสร้างสรรค์โดย Wix.com

bottom of page