From 83524adf1792d2dbcf4dc4914b647131bc3c22f0 Mon Sep 17 00:00:00 2001 From: David Sanders Date: Thu, 29 May 2025 14:10:41 -0700 Subject: [PATCH] chore: fix lint for ImageView doc (#47304) --- docs/api/image-view.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/api/image-view.md b/docs/api/image-view.md index 854de305460..edc93fa7e89 100644 --- a/docs/api/image-view.md +++ b/docs/api/image-view.md @@ -14,6 +14,7 @@ Note that `ImageView` is experimental and may be changed or removed in the futur ```js const { BaseWindow, ImageView, nativeImage, WebContentsView } = require('electron') + const path = require('node:path') const win = new BaseWindow({ width: 800, height: 600 })