Commit 57e71e9
feat: implement v1.1.0 with image fetching and canvas tools
New features:
- Add iiif-image-fetch tool for fetching actual IIIF image data
- Automatic size constraints (max 1500px, 1M pixels)
- Full IIIF Image API parameter support
- Returns Base64-encoded image data
- Add iiif-manifest-canvases tool for listing all canvases in a manifest
- Filtering options (hasImage, hasAnnotation, labelPattern)
- Optional metadata and thumbnail inclusion
- Add iiif-canvas-info tool for detailed canvas information
- Support for multiple images per canvas
- Annotation details
- Optional Image API info.json fetching
Other changes:
- Add esbuild bundling support for single-file distribution
- Remove Windows-incompatible shebang from bundle
- Remove test-echo tool and directory
- Update version to 1.1.0
- Fix TypeScript type errors
Bundle size: ~2.7MB (includes all dependencies)
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 5f3dc7c commit 57e71e9
File tree
15 files changed
+1671
-1460
lines changed- dist
- scripts
- src
- test-echo
- dist
- src
15 files changed
+1671
-1460
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
532 | 532 | | |
533 | 533 | | |
534 | 534 | | |
| 535 | + | |
| 536 | + | |
| 537 | + | |
| 538 | + | |
| 539 | + | |
| 540 | + | |
| 541 | + | |
| 542 | + | |
| 543 | + | |
| 544 | + | |
| 545 | + | |
| 546 | + | |
| 547 | + | |
| 548 | + | |
| 549 | + | |
| 550 | + | |
| 551 | + | |
535 | 552 | | |
536 | 553 | | |
537 | 554 | | |
538 | 555 | | |
539 | 556 | | |
540 | 557 | | |
541 | 558 | | |
| 559 | + | |
| 560 | + | |
| 561 | + | |
| 562 | + | |
| 563 | + | |
| 564 | + | |
| 565 | + | |
| 566 | + | |
| 567 | + | |
| 568 | + | |
| 569 | + | |
| 570 | + | |
| 571 | + | |
| 572 | + | |
| 573 | + | |
| 574 | + | |
| 575 | + | |
| 576 | + | |
| 577 | + | |
| 578 | + | |
| 579 | + | |
| 580 | + | |
| 581 | + | |
| 582 | + | |
| 583 | + | |
| 584 | + | |
| 585 | + | |
| 586 | + | |
542 | 587 | | |
543 | 588 | | |
544 | 589 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments