Closed McMelonTV closed 11 months ago
Is there a way to create a virtual (in-memory) canvas like with NodeJS canvas or do I always need to actually render it and have it in the DOM?
No, you must render it, but can let it be invisible with offscreenCanvas={true}
offscreenCanvas={true}
Is there a way to create a virtual (in-memory) canvas like with NodeJS canvas or do I always need to actually render it and have it in the DOM?