mirror of
https://github.com/electron/electron.git
synced 2026-01-08 23:18:06 -05:00
returns an instance, not the module
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user