As explained in earlier chapters, the Renderer Process is where your application appears. The Renderer Process uses Chromium to render your user interface. The Main Process creates Renderer Processes by creating instances of the BrowserWindow object.
In this chapter, we explore the basic options for creating BrowserWindow instances as well as explore the frameless and transparent window types.
Getting Started
Let’s take a moment to make this package.json match our own by updating some nodes.
Change the ...