docs: add README

This commit is contained in:
2026-05-11 17:04:20 +07:00
parent bdf86a0eaa
commit cc17d8398a
+19
View File
@@ -0,0 +1,19 @@
# image-resizer
Lightweight image resizing CLI written in Go.
## Build
```bash
go build -o image-resizer
```
## Usage
```bash
./image-resizer <input> <output> <width> <height>
```
## License
Apache-2.0