electron-application-desktop-toolbar
v1.2.2
Published
Uses windows application desktop toolbar to dock electron window.
Maintainers
Readme
Electron Application Desktop Toolbar
A native npm example addon that will increment a number by one.
This example is used in our article on Running Native Code in Electron.
Prerequisites
- Node.js (with npm or Yarn)
Getting Started
git clone native-module-electron
cd native-module-electron
yarnCompiling (for Node.js)
yarn global add node-gyp
node-gyp configure
node-gyp buildPlease refer to Running Native Code in Electron for instructions on how to compile this package for an Electron application.
Test
node test.js