mirror of
https://github.com/GoogleChromeLabs/squoosh.git
synced 2025-11-17 19:19:47 +00:00
Update README with dependencies
This commit is contained in:
@@ -4,7 +4,7 @@ This folder contains a self-contained sub-project for each encoder and decoder t
|
|||||||
|
|
||||||
## Build
|
## Build
|
||||||
|
|
||||||
Each subproject can be built using the following commands:
|
Each subproject can be built using [Docker](https://www.docker.com/) the following commands:
|
||||||
|
|
||||||
```
|
```
|
||||||
$ npm install
|
$ npm install
|
||||||
|
|||||||
@@ -3,6 +3,12 @@
|
|||||||
- Source: <https://github.com/mozilla/mozjpeg>
|
- Source: <https://github.com/mozilla/mozjpeg>
|
||||||
- Version: v3.3.1
|
- Version: v3.3.1
|
||||||
|
|
||||||
|
## Dependencies
|
||||||
|
|
||||||
|
- Docker
|
||||||
|
- Automake
|
||||||
|
- pkg-config
|
||||||
|
|
||||||
## Example
|
## Example
|
||||||
|
|
||||||
See `example.html`
|
See `example.html`
|
||||||
|
|||||||
@@ -3,6 +3,10 @@
|
|||||||
- Source: <https://github.com/webmproject/libwebp>
|
- Source: <https://github.com/webmproject/libwebp>
|
||||||
- Version: v0.6.1
|
- Version: v0.6.1
|
||||||
|
|
||||||
|
## Dependencies
|
||||||
|
|
||||||
|
- Docker
|
||||||
|
|
||||||
## Example
|
## Example
|
||||||
|
|
||||||
See `example.html`
|
See `example.html`
|
||||||
|
|||||||
Reference in New Issue
Block a user