Initial commit, copied from electron example.

This commit is contained in:
2022-06-10 15:48:35 -04:00
parent 95f931a9e9
commit 09fa40f4c8
13 changed files with 2850 additions and 0 deletions

6
renderer.js Normal file
View File

@@ -0,0 +1,6 @@
// This file is required by the index.html file and will
// be executed in the renderer process for that window.
// No Node.js APIs are available in this process because
// `nodeIntegration` is turned off. Use `preload.js` to
// selectively enable features needed in the rendering
// process.