Skip to content

Commit

Permalink
adding description of size property
Browse files Browse the repository at this point in the history
  • Loading branch information
catdad committed Dec 18, 2023
1 parent 6f69e79 commit c6c271f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ The [`AsyncGenerator`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/R
* `name` _`String`_: the name of the file.
* `ext` _`String`_: the extension that should be used for the file. One of `['png', 'icns', 'ico']`
* `buffer` _`Buffer`_: the bytes of the generated icon file
* `size` _`Number`_: optional, only present for `png` icons, this is the size that was used to render the icon

## 💻 CLI

Expand Down

0 comments on commit c6c271f

Please sign in to comment.