@pixi/extract 7.2.4 uses ImageData (introduced in commit 242eac):
https://github.com/pixijs/pixijs/blob/v7.2.4/packages/extract/src/Extract.ts#L153
We need to polyfill this object correctly to the ImageData provided by node-canvas.
This bug is similar to #4 because they are both due to not polyfilling objects from node-canvas correctly in @pixi/node.
@pixi/extract7.2.4 usesImageData(introduced in commit 242eac):https://github.com/pixijs/pixijs/blob/v7.2.4/packages/extract/src/Extract.ts#L153
We need to polyfill this object correctly to the
ImageDataprovided by node-canvas.This bug is similar to #4 because they are both due to not polyfilling objects from node-canvas correctly in
@pixi/node.