New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@xchencode/electron-as-wallpaper

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@xchencode/electron-as-wallpaper

set your electron window as wallpaper behind desktop icons

latest
Source
npmnpm
Version
1.0.6
Version published
Maintainers
1
Created
Source

Electron As Wallpaper (✨)

set your electron window as wallpaper behind desktop icons

license stars forks issues

issues

try the app

Features (⭐)

  • set electron window as wallpaper
  • support transparent window
  • support mouse forwarding
  • 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

The End (💘)

Keywords

electron

FAQs

Package last updated on 16 May 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts