We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
The following is the typings for sync.read:
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