1.0.4 • Published 2 years ago

electron-addtodesktop v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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);
1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.0

2 years ago