Generate srcset images for a variety of resolutions from OCaml
at main 10 lines 476 B view raw view rendered
1## v0.1.0 (2026-01-16) 2 3Initial release. 4 5- Core `srcsetter` library for managing responsive image metadata with JSON serialization 6- `srcsetter-cmd` CLI tool for batch processing images into responsive WebP variants 7- Support for multiple input formats: PNG, WebP, JPEG, JPG, BMP, HEIC, GIF, PDF 8- Parallel image processing using Eio fibers 9- Generates responsive images at standard breakpoints (320-3840px) 10- Outputs `index.json` manifest with image dimensions and variants