ElectronJS – Listen for wireless display added in windows
In my electrojs app, I want to listen to an event or use some API to find if there are any displays connected to my windows laptop (via wireless display option).
Electron: Missing script: “start”
Im making a first App with Tutorial.
First installed Node.js on Win10
Then installed npm
Then created a folder for electron: C:electron-app
Then created a package.json: npm init -y
Then installed electron: npm install –save-dev electron
Then changed the package.json to this: