mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-04-25 09:16:18 -04:00
Use OffscreenCanvas on supported browsers to offload canvas drawing to a service worker thread
This commit is contained in:
parent
f0e7250617
commit
16523843bd
3 changed files with 288 additions and 89 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue