You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, extract doesn't work. Use the canvas directly. e.g., app.renderer.view.toDataUrl('image/png'). I updated the hello world to not use extract. Will likely remove extract plugin.
@pixi/extract
7.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
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
.The text was updated successfully, but these errors were encountered: