Skip to content

Commit

Permalink
Merge pull request #51 from jphacks/feat/nose/reduce-send-image
Browse files Browse the repository at this point in the history
画像圧縮機能を追加
  • Loading branch information
nose221834 authored Nov 14, 2024
2 parents 01fec73 + e3539a1 commit 5ab4fc3
Show file tree
Hide file tree
Showing 3 changed files with 553 additions and 523 deletions.
224 changes: 119 additions & 105 deletions app/package-lock.json

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

3 changes: 2 additions & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-progress": "^1.1.0",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-slot": "^1.1.0",
"browser-image-compression": "^2.0.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
Expand Down
Loading

0 comments on commit 5ab4fc3

Please sign in to comment.