Skip to content

Commit

Permalink
✨ add support for image compression (#308)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianMindee authored Jan 15, 2025
1 parent d61c9f6 commit a2bcb3f
Show file tree
Hide file tree
Showing 12 changed files with 1,603 additions and 29 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: "npm"

- name: Set up Poppler on ubuntu
run: sudo apt install -y poppler-utils

- name: Install Node.js dependencies
run: npm ci

Expand Down
5 changes: 0 additions & 5 deletions .lintstagedrc.json

This file was deleted.

Loading

0 comments on commit a2bcb3f

Please sign in to comment.