mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
* fix: remove ipc wrapper for nativeImage.createThumbnailFromPath * ScopedCOMInitializer Co-authored-by: Jeremy Rose <nornagon@nornagon.net>
4 lines
109 B
TypeScript
4 lines
109 B
TypeScript
const { nativeImage } = process._linkedBinding('electron_common_native_image');
|
|
|
|
export default nativeImage;
|