0.2.0 • Published 5 months ago

@electron-wm/react-wallpaper v0.2.0

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
5 months ago

@electron-wm/react-wallpaper

A dynamic React wallpaper component for the electron-wm window manager.

The rendering algorithm is modified from https://github.com/roytanck/wallpaper-generator

Usage

Use the Wallpaper component within your desktop's work area.

import { Wallpaper } from "@electron-wm/react-wallpaper";

<Desktop>
  <WorkArea>
    <Wallpaper />
  </WorkArea>
</Desktop>;

License

Since the algorithm's repository is licensed under GPL-3.0 License, this package is also licensed under GPL-3.0 License. See the LICENSE file.

0.2.0

5 months ago

0.1.1

5 months ago

0.1.0

5 months ago