Skip to content

Commit

Permalink
chore: update image-compress html example
Browse files Browse the repository at this point in the history
  • Loading branch information
edysegura committed May 22, 2024
1 parent 1d8e121 commit 11aea9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion image-compress/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
<script type="module" src="app.js" defer></script>
</head>
<body>
<input type="file" />
<input type="file" accept="image/*" />
</body>
</html>

0 comments on commit 11aea9a

Please sign in to comment.