Updated native-image.md
Add a mention of the support for .ico files on Windows
This commit is contained in:
parent
ab1b4c46b2
commit
c495088390
1 changed files with 4 additions and 2 deletions
|
@ -21,8 +21,10 @@ var appIcon = new Tray(image);
|
|||
|
||||
## Supported formats
|
||||
|
||||
Currently `PNG` and `JPEG` are supported. It is recommended to use `PNG`
|
||||
because of its support for transparency and lossless compression.
|
||||
Currently `PNG` and `JPEG` are supported. It is recommended to use `PNG` because
|
||||
of its support for transparency and lossless compression.
|
||||
|
||||
On Windows, you can also load `ICO` icon from a file path.
|
||||
|
||||
## High resolution image
|
||||
|
||||
|
|
Loading…
Reference in a new issue