returns an instance, not the module

This commit is contained in:
Zeke Sikelianos 2016-11-14 14:54:28 -08:00
parent 2b689a21e7
commit 4770d2b526

View file

@ -18,7 +18,7 @@ let win = new BrowserWindow({icon: '/Users/somebody/images/window.png'})
console.log(appIcon, win)
```
Or read the image from the clipboard which returns a `nativeImage`:
Or read the image from the clipboard which returns a `NativeImage`:
```javascript
const {clipboard, Tray} = require('electron')