You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Auto-fit setlist font size to target page count (#52) (#53)
- Add --pages flag (default 2) to generate list command
- Binary search on font size (10px-60px) to maximize text size
while fitting within the target page count
- --font-size flag overrides auto-fit when explicitly set
- Refactor convert package: extract HTMLToPDFBytes and PageCount
Revert to dockers (from dockers_v2) for Docker image builds (#51)
dockers_v2 uses buildx which doesn't support the simple binary
copy pattern used in the Dockerfile. The classic dockers approach
works correctly for this use case.