0.0.1 • Published 4 years ago

electron-nspanel v0.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

electron-nspanel

OSX NSPanel wrapper for electron using node addon api. The goal of this project is to enable NSPanel on Electron for showing a very elegant window style such as Spotlight or Alfred.

The extension inherit attribute and methods from BrowserWindow class of Electron. Unfortunatley, some attributes and methods might be not working properly.

This project base on electron-panel-window

Installation

Install electron-nspanel using npm:

$ npm install electron-nspanel

Usage

import { PanelWindow } from 'electron-nspanel';

const panelWindow = new PanelWindow({
  width: 800,
  height: 600,
})

panelWindow.show();

Build

$ npm run install

License

This project is under MIT. See LICENSE