Use OffscreenCanvas on supported browsers to offload canvas drawing to a service worker thread

This commit is contained in:
schlagmichdoch 2025-02-16 19:23:04 +01:00
parent f0e7250617
commit 16523843bd
3 changed files with 288 additions and 89 deletions

View file

@ -17,6 +17,7 @@ const relativePathsToCache = [
'scripts/ui-main.js',
'scripts/util.js',
'scripts/zip.min.js',
'scripts/canvas-worker.js',
'sounds/blop.mp3',
'sounds/blop.ogg',
'images/favicon-96x96.png',