Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
kisahklasik authored Aug 9, 2024
1 parent cb5269f commit 2d605cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ <h1>Tutorial:</h1>
canvas.setWidth(600);
canvas.setHeight(600);
canvas.selection = false;
canvas.backgroundColor = 'rgb(124,252,0)';
canvas.backgroundColor = 'gray';

document.getElementById("uploader").onchange = function(e) {
var reader = new FileReader();
Expand Down

0 comments on commit 2d605cb

Please sign in to comment.