Skip to content

Commit e64b887

Browse files
committed
docs: update README.md
1 parent e3e0054 commit e64b887

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,21 @@
66
77
Easily convert PNG, JPG and TIFF files into a [WebP file](https://developers.google.com/speed/webp).
88

9+
## Usage
10+
11+
Right-click a PNG, JPG/JPEG or TIFF file and click on `Convert to WebP`.
12+
13+
In it's current state the extension will run the following command:
14+
15+
```shell
16+
cwebp -preset photo <input> -o <output>.webp
17+
```
18+
19+
## TODO
20+
21+
- Support flags like `-preset`, `-z` and `-m`
22+
- Add settings (global and per-user/-workspace)
23+
924
## License
1025

1126
[MIT](LICENSE)

0 commit comments

Comments
 (0)