lumina-slides 8.6.1 → 8.6.2

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.
Files changed (2) hide show
  1. package/README.md +11 -6
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -15,10 +15,7 @@
15
15
  A lightweight, framework-agnostic library that renders beautiful, animated slide decks from simple JSON.
16
16
  Perfect for AI-generated content, dynamic dashboards, and interactive presentations.
17
17
  </p>
18
-
19
- <p style="font-size: 1em; max-width: 600px; opacity: 0.8;">
20
- ✨ <b>Smooth Animations</b> · 🎨 <b>6 Built-in Themes</b> · 📱 <b>Fully Responsive</b> · ⚡ <b>All-in-One Bundle</b>
21
- </p>
18
+
22
19
 
23
20
  <p>
24
21
  <a href="#-quick-start"><strong>🚀 Quick Start</strong></a> ·
@@ -33,6 +30,16 @@
33
30
 
34
31
  </div>
35
32
 
33
+ <div align="center">
34
+
35
+ ### 🤖 Build with AI Instantly
36
+
37
+ [![Lumina Slides Agent](https://img.shields.io/badge/Try_on-ChatGPT-black?style=for-the-badge&logo=openai&logoColor=white)](https://chatgpt.com/g/g-6951593015fc8191bf8db3ff13ebe986-lumina-slides-agent)
38
+
39
+ **Need a presentation fast?** The Lumina Slides Agent builds full slide decks from your prompts and shares live preview links in seconds.
40
+
41
+ </div>
42
+
36
43
  <br />
37
44
 
38
45
  ---
@@ -166,8 +173,6 @@ We have a dedicated guide for that.
166
173
  > - **Streaming**: How to pipe token streams directly into the engine.
167
174
  > - **Aliases**: Improve latency by 30% using `t` instead of `title`.
168
175
  > - **Feedback Loops**: How to let the AI know what the user is clicking.
169
- >
170
- > [!TIP] > **Try our Custom GPT**: We have a specialized [Lumina Slides Agent](https://chatgpt.com/g/g-6951593015fc8191bf8db3ff13ebe986-lumina-slides-agent) that can build slides for you and provide instant preview links.
171
176
 
172
177
  ### Token Optimization
173
178
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lumina-slides",
3
- "version": "8.6.1",
3
+ "version": "8.6.2",
4
4
  "homepage": "https://pailletjuanpablo.github.io/lumina-slides/",
5
5
  "description": "The interface layer for the agentic era. Turn text to UI with declarative JSON.",
6
6
  "type": "module",