diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -8,3 +8,8 @@ Live [here](https://guyonvarch.me). cd public python -m http.server ``` + +## Captures + +- Take screenshots with Chrome developer tool for web views, with 1280×800 resolution. +- Convert screenchots to WEBP with imagemagick: `magick input.png output.webp`. |