mirror of
https://git.roussel.pro/telecom-paris/pact.git
synced 2026-02-09 10:30:17 +01:00
optimisation retour video avec un element video
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
let stateManager;
|
||||
|
||||
window.addEventListener("load", () => {
|
||||
let canvas = document.createElement("canvas");
|
||||
document.body.appendChild(canvas);
|
||||
stateManager = new StateManager(canvas);
|
||||
stateManager = new StateManager();
|
||||
}, false);
|
||||
|
||||
Reference in New Issue
Block a user