@syed_umair/electron-window-nspanel

1.0.7 • Public • Published

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();

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.7
    0
    • latest

Version History

Package Sidebar

Install

npm i @syed_umair/electron-window-nspanel

Weekly Downloads

0

Version

1.0.7

License

none

Unpacked Size

49.4 kB

Total Files

9

Last publish

Collaborators

  • syed_umair