1.0.7 • Published 3 years ago

@syed_umair/electron-window-nspanel v1.0.7

Weekly downloads
127
License
-
Repository
github
Last release
3 years ago

electron-window-nspanel

create NSPanels like electron windows

Install

npm i @syed_umair/electron-window-nspanel

Usage

const { FullScreenPanelWindow, PanelWindow } = require('electron-window-nspanel');
const winRef1 = new FullScreenPanelWindow(<Electron BrowserWindow Options Object>); // To create fullscreen transparent window
const winRef2 = new PanelWindow(<Electron BrowserWindow Options Object>); // To create normal transparent window
// Show window without activating the dock icon
winRef1.show();
winRef2.show();
1.0.7

3 years ago

1.0.5

3 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago