1.0.7 • Published 4 years ago

@syed_umair/electron-window-nspanel v1.0.7

Weekly downloads
127
License
-
Repository
github
Last release
4 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

4 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago