mirror of
https://github.com/imgfloat/server.git
synced 2026-02-05 11:49:25 +00:00
Add stubs
This commit is contained in:
@@ -25,6 +25,14 @@ let renderIntervalId = null;
|
||||
const audioUnlockEvents = ["pointerdown", "keydown", "touchstart"];
|
||||
let layerOrder = [];
|
||||
|
||||
function spawnUserJavaScriptWorker() {
|
||||
|
||||
}
|
||||
|
||||
function stopUserJavaScriptWorker() {
|
||||
|
||||
}
|
||||
|
||||
applyCanvasSettings(canvasSettings);
|
||||
|
||||
audioUnlockEvents.forEach((eventName) => {
|
||||
|
||||
Reference in New Issue
Block a user