Skip to content

Commit

Permalink
Merge pull request #1 from podpah/main
Browse files Browse the repository at this point in the history
Filtered input for gif files
  • Loading branch information
dom111 authored Feb 26, 2024
2 parents 7ccf364 + 9ca5eb9 commit 438a247
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ <h1>Animated GIF to <code>ANSI</code> <span class="version">v0.2</span></h1>
<div class="form-group pe-4">
<label class="btn btn-primary btn-file btn-lg">
Upload file
<input type="file" class="d-none">
<input type="file" class="d-none" accept="image/gif">
</label>
</div>
<div class="flex-grow-1 form-group url-container">
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gif-to-ansi",
"version": "0.1.0",
"version": "0.1.1",
"description": "A site to convert a GIF into a low-res shell script.",
"scripts": {
"build": "npm run prettier:format && npm run build:esbuild",
Expand Down

0 comments on commit 438a247

Please sign in to comment.