screendream
v1.0.6
Published
Electron app that opens https://screendream.vercel.app/
Downloads
235
Readme
ScreenDream Electron App
This Electron app launches a minimal browser window to display a screensaver from ScreenDream.
Features
- Minimal UI (no menu bar, no dev tools)
- Resizable window
- Works on Windows, macOS, and Linux
- Custom screensaver path via CLI
Usage
You can run the CLI globally or with npx:
Global install
npm install -g screendream
screendream rainmeter-clockUsing npx (no install required)
npx screendream rainmeter-clockThis will open: https://screendream.vercel.app/screensaver/rainmeter-clock
If no argument is provided, it opens the default homepage.
Packaging
To publish to npm, only essential files are included. See .npmignore for excluded files.
License
MIT
