Images

In Electron, for the APIs that take images, you can pass either file paths or NativeImage instances.

Native Images

<img src={someNativeImg.toDataURL()} />

Last updated