Skip to content

Instantly share code, notes, and snippets.

View pavel-mazhuga's full-sized avatar

Pavel Mazhuga pavel-mazhuga

View GitHub Profile
@pavel-mazhuga
pavel-mazhuga / canvas.named-worker.ts
Last active April 19, 2020 10:39
Offscreen canvas proxy boilerplate
import createModule from './module';
import { initializeWorker } from './offscreen-canvas';
initializeWorker(createModule);