Files
electron/lib/renderer/api/native-image.ts
trop[bot] 2c406ff566 fix: remove ipc wrapper for nativeImage.createThumbnailFromPath (#30734)
* fix: remove ipc wrapper for nativeImage.createThumbnailFromPath

* ScopedCOMInitializer

Co-authored-by: Jeremy Rose <nornagon@nornagon.net>
2021-08-30 19:31:40 +09:00

4 lines
109 B
TypeScript

const { nativeImage } = process._linkedBinding('electron_common_native_image');
export default nativeImage;