-
NodeJS recently introduced Blobs into core
think this is grate cuz now we can have `canvas.toBlob(cb)`
we could also introduce a new fn that can create a ImageBitmap out of a more web/standarliz…
-
OffscreenCanvas is now available in Chrome, Firefox and Opera. Very soon it will be available in Edge also, since they are switching over to chromium this year.
https://developer.mozilla.org/en-US/…
-
I want to test use webworker to render lottie for canvas,but got error:
** Failed to execute 'postMessage' on 'Worker': An OffscreenCanvas could not be cloned because it was not transferred. **
…
-
It would be great to have WebWorker support for websites/apps leveraging OffscreenCanvas' ability to decouple rendering to Canvas from DOM rendering, such as my VJ app [modV](https://github.com/vcync/…
-
Error getting thumbnails: TypeError: Load failed
,
Environment: Group Speed Dial 22.3; name: safari; os: mac, arch: x86-64;
API check: storage.session: true, OffscreenCanvas: true
Pixel ratio: 2
…
-
WebGL in Workers is happening soon (via OffscreenCanvas). Chrome is adding support and talks about it here (see Canvas section) https://blog.chromium.org/2018/08/chrome-69-beta-av1-video-decoder-css…
-
There are a lot of possible semantics for importing canvases as `GPUExternalTexture`s. This issue was first raised by @shaoboyan here: https://github.com/gpuweb/gpuweb/issues/1415#issuecomment-8015795…
-
Note: I am quite new to TypeScript so may be missing something!
I am using TypeScript in a web application and importing modules from the SDK, having installed it via npm. The version is 2.24.0. I …
-
WebIDL: https://html.spec.whatwg.org/multipage/canvas.html#the-offscreencanvas-interface
Spec: https://html.spec.whatwg.org/multipage/canvas.html#dom-offscreencanvas-converttoblob
Code:
* `componen…
-
just add `ctx.willReadFrequently = true;` in `ComputeProbeValue_gs()` seem to produce a minor speed improvement... but maybe it's now CPU-bound? maybe a context should be passed instead of an image/ca…