1.0.4 • Published 2 years ago
electron-addtodesktop v1.0.4
electron-addtodesktop
Add electron window to Desktop( Only Windows )
For certain considerations, I place the window here:
- -WorkerW
- --Your Window *
- --SHELLDLL_DefView
- -Progman
This will obscure the icons, but will respond to mouse events.
If you want to set the window as wallpaper, it is recommended to use electron-as-wallpaper or electron-wallpaper
Installation
npm install electron-addtodesktop --save
Usage
const {attach, detach} = require("electron-addtodesktop");
attach(win);
detach(win);