node icon indicating copy to clipboard operation
node copied to clipboard

Support node backend via @pixi/webworker package?

Open xeoshow opened this issue 1 year ago • 0 comments

Hello,

I found that pixijs supports webworker context very well, something as below:

https://www.npmjs.com/package/@pixi/webworker

import * as PIXI from "@pixi/webworker"; 
......

Would it be easier if pixijs/node package reuse @pixi/webworker for better implementaion and performance? Thanks very much.

xeoshow avatar Dec 14 '24 07:12 xeoshow