Skip to content

Commit

Permalink
Merge pull request #610 from marp-team/remove-sharp-dependency
Browse files Browse the repository at this point in the history
Get rid of sharp dependency in favor of JPEG conversion via the browser
  • Loading branch information
yhatt authored Oct 9, 2024
2 parents 4cecec9 + b17f1f3 commit 6313b2a
Show file tree
Hide file tree
Showing 11 changed files with 274 additions and 510 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ commands:
condition: << parameters.browser >>
steps:
- browser-tools/install-chrome
- browser-tools/install-firefox

lint:
steps:
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## [Unreleased]

### Removed

- Get rid of `sharp` dependency in favor of using browser in JPEG image conversion with WebDriver BiDi ([#610](https://github.com/marp-team/marp-cli/pull/610))

## v4.0.0 - 2024-10-05

> [!IMPORTANT]
Expand Down
Loading

0 comments on commit 6313b2a

Please sign in to comment.