Skip to content

Buffers support regressioin on 5.0.1 #62

@smhutch

Description

@smhutch

In v5.0.1 there appears to be no support for image Buffers.

Given this code: https://cl.ly/4b2774

pixelmatch/index.js

Lines 83 to 85 in 197e8e2

function isPixelData(arr) {
return arr instanceof Uint8Array || arr instanceof Uint8ClampedArray;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions