0.0.1 • Published 6 years ago
electron-nspanel v0.0.1
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
0.0.1
6 years ago