Skip to content

Commit

Permalink
Update utilities.js
Browse files Browse the repository at this point in the history
  • Loading branch information
AmeyaUpalanchi authored Oct 25, 2020
1 parent 711b261 commit 28ff1fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utilities.js
Original file line number Diff line number Diff line change
Expand Up @@ -2670,7 +2670,7 @@ export const drawMesh = (predictions, ctx) => {
const points = [
TRIANGULATION[i * 3],
TRIANGULATION[i * 3 + 1],
TRIANGULATION[i * 3 + 2],u
TRIANGULATION[i * 3 + 2],
].map((index) => keypoints[index]);
// Draw triangle
drawPath(ctx, points, true);
Expand Down

0 comments on commit 28ff1fc

Please sign in to comment.