Skip to content

Commit

Permalink
examples: remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
arrufat committed Oct 21, 2024
1 parent c3e2edd commit 3b27a61
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/lib/face-alignment.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
const alignButton = document.getElementById("align-button");
let mediaStream = undefined;
let faceLandmarker = undefined;
let makeup = undefined;
let processFn = undefined;
let image = undefined;
let original = undefined;
Expand Down

0 comments on commit 3b27a61

Please sign in to comment.