container docker pour le backend python pret

This commit is contained in:
2023-01-11 23:31:37 +01:00
parent e1810554a6
commit 01eb7976a2
9 changed files with 83 additions and 30 deletions

View File

@@ -3,4 +3,5 @@ let client
window.addEventListener("load", () => {
cameraEditor = new CameraEditor(document.getElementById("canvas"));
client = new WebsocketClient((effects) => { cameraEditor.setEffects(effects); });
cameraEditor._frame();
}, false);