Options variable should be optional in sync.read
Open
- Dominant language
- JavaScript
- Stars
- 18
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
The following is the typings for `sync.read`:
```
export namespace sync {
function read(buffer: BufferInput, options: Options): PNG;
function write(png: PNG, options: Options): PNG;
}
```
options in read should be optional according to docs.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.