Skip to content

Commit

Permalink
changed default drawing name
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurmasson committed May 2, 2024
1 parent bbe7b76 commit ce4ca5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ let parameters = {

let link = document.createElement("a");
document.body.appendChild(link);
link.download = 'indian.json';
link.download = 'drawing.json';
link.href = url;
link.click();
document.body.removeChild(link);
Expand Down

0 comments on commit ce4ca5e

Please sign in to comment.