Skip to content

Commit

Permalink
Update the supported list of libraries with versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjeffburke committed May 12, 2021
1 parent a664793 commit a685fe5
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions README.md
Expand Up @@ -12,15 +12,19 @@ select the correct conversion library to perform the job itself.

Support for the following libraries is included:

- Sharp
- Gifsicle
- JpegTran
- Inkscape
- OptiPNG
- Pngquant
- Pngcrush
- SvgFilter
- GraphicsMagick (install "gm" module)
```
- Gifsicle (npm install gifsicle-stream@^1.0.0)
- GraphicsMagick (npm install gm-papandreou@^1.23.0-patch1)
- Inkscape (npm install inkscape@^3.0.0)
- JpegTran (npm install jpegtran@^2.0.0)
- OptiPNG (npm install optipng@^2.1.0)
- Pngcrush (npm install pngcrush@^2.0.1)
- Pngquant (npm install pngquant@^3.0.0)
- Sharp (npm install sharp@~0.28.0)
- SvgFilter (npm install svgfilter@^4.1.0)
```

> callers must install the libraries and if present they will be enabled
## Introduction

Expand Down

0 comments on commit a685fe5

Please sign in to comment.