Skip to content

Commit

Permalink
Update main.js
Browse files Browse the repository at this point in the history
  • Loading branch information
tajo3250 committed Apr 21, 2024
1 parent f06e252 commit 3f50a6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ class CubeFace {
this.anchor.download = `${faceDirection}.${fileExtension}`;
this.img.style.filter = '';

this.anchor.setAttribute('download', `${faceDirection}.${fileExtension}`);
console.log(`Face direction for ${this.faceName}: ${faceDirection}`);
}
}
Expand Down

0 comments on commit 3f50a6f

Please sign in to comment.