Skip to content

Commit

Permalink
feat: add a script to automaticly compress image (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
SigureMo authored Nov 20, 2023
1 parent 64179ba commit a8c8120
Show file tree
Hide file tree
Showing 3 changed files with 676 additions and 9 deletions.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"build": "vitepress build src",
"serve": "vitepress serve src",
"fmt": "prettier --write .",
"fmt:check": "prettier --check ."
"fmt:check": "prettier --check .",
"img:compress": "tsx scripts/compress-image.mts"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.10",
Expand All @@ -21,8 +22,10 @@
"feed": "^4.2.2",
"gray-matter": "^4.0.3",
"prettier": "^3.1.0",
"sharp": "^0.32.6",
"simple-git-hooks": "^2.9.0",
"tailwindcss": "^3.3.5",
"tsx": "^4.1.4",
"vite-plugin-pwa": "^0.17.0",
"vitepress": "1.0.0-rc.29",
"vue": "^3.3.8",
Expand Down
Loading

0 comments on commit a8c8120

Please sign in to comment.