chore: fix lint for ImageView doc (#47304)

This commit is contained in:
David Sanders 2025-05-29 14:10:41 -07:00 committed by GitHub
commit 83524adf17
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,6 +14,7 @@ Note that `ImageView` is experimental and may be changed or removed in the futur
```js ```js
const { BaseWindow, ImageView, nativeImage, WebContentsView } = require('electron') const { BaseWindow, ImageView, nativeImage, WebContentsView } = require('electron')
const path = require('node:path') const path = require('node:path')
const win = new BaseWindow({ width: 800, height: 600 }) const win = new BaseWindow({ width: 800, height: 600 })