Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ktsuttlemyre authored May 20, 2024
1 parent c1d90e2 commit 52fd5fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
const dataURL = canvas.toDataURL('image/png');
const base64Image = dataURL.split(',')[1];
//document.body.appendChild(canvas);
console.log('sending data',data)
conn.send({
dataURL: dataURL
})
Expand Down

0 comments on commit 52fd5fd

Please sign in to comment.