1.0.6 • Published 1 month ago

desktop-wallpaper v1.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
1 month ago

Desktop Wallpaper (✨)

using the COM API of Windows to configure wallpaper settings. Require Win8+.

license npm downloads star issues


Features (⭐)

  • set slide show

Getting Started (✅)

  • Installation (⏬)

    • npm install desktop-wallpaper --save
  • Usage (⚡)

    import {setWallpaper, getWallpaper, setPosition, getPosition, getBackgroundColor, setBackgroundColor} from "desktop-wallpaper";
    // or
    const {setWallpaper, getWallpaper, setPosition, getPosition, getBackgroundColor, setBackgroundColor} = require("desktop-wallpaper");
    
    setWallpaper(0, "../../assets/demo.jpg")
    console.log(getWallpaper(0))
    setPosition(3)
    console.log(getPosition())
    setBackgroundColor(255,255,255)
    console.log(getBackgroundColor())

The End (💘)

1.0.6

1 month ago

1.0.5

4 months ago

1.0.4

4 months ago

1.0.3

5 months ago

1.0.2

5 months ago

1.0.1

5 months ago

1.0.0

5 months ago