docs: add README

This commit is contained in:
2026-05-11 17:04:20 +07:00
parent 22f7b146f6
commit 2575b9765d
+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