Skip to content

Options variable should be optional in sync.read #95

Open
@HarelM

Description

@HarelM

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions