# Screenshots

You can find PWA and Web screenshots in their respective folders.

## Process Images

```bash
# Resize
sips -Z 1500 *.png

# Crop Top & Bottom
sips --cropOffset 85 1 -c 1385 688 *.png
```