Files
kaleidoskop/.gitignore
T
valknar 35c76656e9 feat: add cover-image task to export cover PDF as 300 DPI PNG
Runs Ghostscript on output/cover.pdf to produce output/cover-300dpi.png
for visual QC and sharing. Also wired into the `pnpm all` pipeline.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-12 21:42:39 +02:00

13 lines
346 B
Plaintext

.claude/
node_modules/
output/book.html
output/resized/
output/cover-300dpi.png
output/cover.html
output/book-meta.json
# Interior PDF is large (~100 MB with placeholder pages) — excluded from git.
# Re-add images and re-run `pnpm all` to regenerate.
output/kaleidoskop.pdf
# Cover PDF is small (~140 KB) — tracked in git.
# output/cover.pdf