Skip to content

Commit

Permalink
[skip ci] Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsonlee authored and neighbWang committed Dec 15, 2020
1 parent 9a64016 commit 842cdbf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions booster-task-compression-cwebp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ This module is used for assets and resource compression using `cwebp`

The following table shows the properties that transformer supports:

| Property | Description | Example |
| ---------------------------------------- | ---------------------------------------- | ---------------------------------- |
| `booster.task.compression.cwebp.quality` | compression quality (the default is 80) | |
| `booster.task.compression.cwebp.ignores` | ignore wildcards (separated by comma) | `mipmap/*,drawable/abc_*` |
| Property | Description | Example |
| ---------------------------------------- | ---------------------------------------- | ------------------------------------------- |
| `booster.task.compression.cwebp.quality` | compression quality (the default is 80) | |
| `booster.task.compression.cwebp.ignores` | ignore wildcards (separated by comma) | `mipmap/ic_launcher*,drawable/ic_launcher*` |

## Using `cwebp`

Expand Down
10 changes: 5 additions & 5 deletions booster-task-compression-pngquant/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ This module is used for assets and resource compression using `pngquant`

The following table shows the properties that transformer supports:

| Property | Description | Example |
| -------------------------------------------------- | ------------------------------------------------------------ | ---------------------------------- |
| `booster.task.compression.pngquant.option.quality` | compression quality (this default is 80) | |
| `booster.task.compression.pngquant.option.speed` | compression speed (the default is 3) | |
| `booster.task.compression.pngquant.ignores` | ignore wildcards (separated by comma) | `mipmap/*,drawable/abc_*` |
| Property | Description | Example |
| -------------------------------------------------- | ----------------------------------------- | ------------------------------------------- |
| `booster.task.compression.pngquant.option.quality` | compression quality (this default is 80) | |
| `booster.task.compression.pngquant.option.speed` | compression speed (the default is 3) | |
| `booster.task.compression.pngquant.ignores` | ignore wildcards (separated by comma) | `mipmap/ic_launcher*,drawable/ic_launcher*` |

## Using `pngquant`

Expand Down

0 comments on commit 842cdbf

Please sign in to comment.