mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
document process(es) for all APIs
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
|
||||
> Create tray, dock, and application icons using PNG or JPG files.
|
||||
|
||||
Process: [Main](../tutorial/quick-start.md#main-process), [Renderer](../tutorial/quick-start.md#renderer-process)
|
||||
|
||||
In Electron, for the APIs that take images, you can pass either file paths or
|
||||
`NativeImage` instances. An empty image will be used when `null` is passed.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user