Is it possible or are there plans to make this runnable in a WebWorker?
Currently I can almost get a3a8bc0 running in a web worker but it has a dependency on document.createElementNS which is not available in a WebWorker.
I'm unsure about the CanvasKit version because I don't know where the canvas-kit.js dependency is coming from.
Is it possible or are there plans to make this runnable in a WebWorker?
Currently I can almost get a3a8bc0 running in a web worker but it has a dependency on
document.createElementNSwhich is not available in a WebWorker.I'm unsure about the CanvasKit version because I don't know where the
canvas-kit.jsdependency is coming from.