mirror of
https://github.com/electron/electron.git
synced 2026-01-27 16:28:23 -05:00
6 lines
111 B
JavaScript
6 lines
111 B
JavaScript
'use strict';
|
|
|
|
const { nativeImage } = process.electronBinding('native_image');
|
|
|
|
module.exports = nativeImage;
|