returns an instance, not the module
This commit is contained in:
parent
2b689a21e7
commit
4770d2b526
1 changed files with 1 additions and 1 deletions
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue