claude-presentation-master 3.0.1 → 3.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +10 -2
- package/assets/presentation-knowledge.yaml +1131 -9
- package/bin/cli.js +61 -19
- package/dist/index.d.mts +1068 -3425
- package/dist/index.d.ts +1068 -3425
- package/dist/index.js +4995 -22862
- package/dist/index.mjs +4970 -22814
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -20,7 +20,15 @@
|
|
|
20
20
|
|
|
21
21
|
---
|
|
22
22
|
|
|
23
|
-
## What's New in v3.0.
|
|
23
|
+
## What's New in v3.0.2
|
|
24
|
+
|
|
25
|
+
- **🖼️ Automatic Background Images** — Every slide now has a contextual background image from Unsplash (free, no API key)
|
|
26
|
+
- **Smart Image Matching** — Images are selected based on slide type and content keywords
|
|
27
|
+
- **Cinematic Dark Overlay** — 40% opacity images with gradient overlay for guaranteed text readability
|
|
28
|
+
- **Playwright Visual QA** — Screenshot verification of every slide to ensure visual quality
|
|
29
|
+
- **QA Image Verification** — Visual QA now validates that background images are present
|
|
30
|
+
|
|
31
|
+
### Previous in v3.0.1
|
|
24
32
|
|
|
25
33
|
- **Knowledge-Driven Orchestration** — All decisions route through RuVector knowledge base (6,300+ lines of expert methodology)
|
|
26
34
|
- **VisionQA Engine** — Optional Claude multimodal visual analysis for slide rendering validation
|
|
@@ -598,7 +606,7 @@ Specify it explicitly: `presentationType: 'consulting_deck'`
|
|
|
598
606
|
Yes — that's exactly what it's designed for.
|
|
599
607
|
|
|
600
608
|
**What about images?**
|
|
601
|
-
|
|
609
|
+
Every slide automatically gets a contextual background image from Unsplash (free, no API key required). Images are at 40% opacity with a cinematic dark overlay to ensure text readability. The image keywords are selected based on slide type and content.
|
|
602
610
|
|
|
603
611
|
**Can I lower the quality threshold?**
|
|
604
612
|
Yes, but not recommended: `qaThreshold: 80`
|