Skip to content

Commit

Permalink
UI/UX improvements for filter comparison
Browse files Browse the repository at this point in the history
  • Loading branch information
linfindel authored Oct 31, 2023
1 parent 94429d2 commit d2ade06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions filters.js
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,7 @@ function addFilter(filter) {
}

filters = img.style.filter;
document.getElementById("original-text").innerText = "Show original image";
}

function exportImage() {
Expand Down

0 comments on commit d2ade06

Please sign in to comment.