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
In Electron, for the APIs that take images, you can pass either file paths or NativeImage
instances.
<img src={someNativeImg.toDataURL()} />
Last updated