@xchencode/electron-as-wallpaper
v1.0.6
Published
set your electron window as wallpaper behind desktop icons
Downloads
18
Readme
Electron As Wallpaper (✨)
set your electron window as wallpaper behind desktop icons
try the app
Features (⭐)
- [x] set electron window as wallpaper
- [x] support transparent window
- [x] support mouse forwarding
- [x] support keyboard forwarding
Getting Started (✅)
Installation (⏬)
npm install electron-as-wallpaper --save
How to use (🌠)
import {attach, detach, refresh} from "electron-as-wallpaper"; // or const {attach, detach, refresh} = require("electron-as-wallpaper"); attach(mainWindow); detach(mainWindow); // if the window closed before detach, you can call refresh refresh();
Examples