Slide 43
Slide 43 text
Some modules, like BrowserWindow, are core to
every project, others are there for you to use or
not depending on your app’s needs.
Creating new windows, BrowserWindow; using
native dialogs, dialog; use the system’s clipboard,
clipboard; create menus, menu; check the system
preference settings, systemPreferences;
communicate between the processes, ipcMain or
ipcRenderer…
Modules
Use what you need
For example—