parser
This commit is contained in:
@@ -20,7 +20,7 @@ let currentRotation = 0; // rotation en degrés actuelle du vinyle
|
||||
|
||||
// 3. Connexion Socket.io
|
||||
|
||||
/* const socket = io();
|
||||
const socket = io();
|
||||
|
||||
socket.on('position', (position) => {
|
||||
const now = Date.now();
|
||||
@@ -66,6 +66,7 @@ socket.on('position', (position) => {
|
||||
}, 300);
|
||||
});
|
||||
|
||||
/*
|
||||
// 4. Fonctions
|
||||
|
||||
function togglePlay() {
|
||||
|
||||
Reference in New Issue
Block a user