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
only one string
const app = new Application();
and i have error
ReferenceError: document is not defined at new AccessibilityManager (D:\test\node_modules@pixi\accessibility\src\AccessibilityManager.ts:96:21)
an error appears if the monorepe uses
pixi 7.2.4 for frontend and @pixi/node for backend
dep: "@pixi/node": "7.2.0"
start: node dist/main.js
I tried to run a test project with an example from the pixijs/node readme.md file
however, it also didn't work with an error
ReferenceError: ImageData is not defined
at _Extract.canvas (file:///D:/test2/node_modules/@pixi/extract/lib/Extract.mjs:51:23)
at file:///D:/test2/index.js:38:6
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
The text was updated successfully, but these errors were encountered:
Hi!
only one string
const app = new Application();
and i have error
ReferenceError: document is not defined at new AccessibilityManager (D:\test\node_modules@pixi\accessibility\src\AccessibilityManager.ts:96:21)
an error appears if the monorepe uses
pixi 7.2.4 for frontend and @pixi/node for backend
dep: "@pixi/node": "7.2.0"
start: node dist/main.js
I tried to run a test project with an example from the pixijs/node readme.md file
however, it also didn't work with an error
PS D:\test2> node index.js
file:///D:/test2/node_modules/@pixi/extract/lib/Extract.mjs:51
const imageData = new ImageData(new Uint8ClampedArray(pixels.buffer), width, height);
^
ReferenceError: ImageData is not defined
at _Extract.canvas (file:///D:/test2/node_modules/@pixi/extract/lib/Extract.mjs:51:23)
at file:///D:/test2/index.js:38:6
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
The text was updated successfully, but these errors were encountered: