electron-nspanel
v0.0.1
Published
electron native extension for NSPANEL using node-addon-api
Downloads
14
Readme
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-nspanelUsage
import { PanelWindow } from 'electron-nspanel';
const panelWindow = new PanelWindow({
width: 800,
height: 600,
})
panelWindow.show();Build
$ npm run installLicense
This project is under MIT. See LICENSE
