lumina-slides 8.6.0 → 8.6.1

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 CHANGED
@@ -2,7 +2,9 @@
2
2
 
3
3
  <div align="center">
4
4
 
5
- <img src="https://raw.githubusercontent.com/PailletJuanPablo/lumina-slides/main/public/demo.gif" alt="Lumina Engine Demo" width="100%" style="border-radius: 12px; border: 1px solid rgba(255,255,255,0.1); box-shadow: 0 20px 80px -20px rgba(0,0,0,0.5);" />
5
+ <a href="https://pailletjuanpablo.github.io/lumina-slides/">
6
+ <img src="https://raw.githubusercontent.com/PailletJuanPablo/lumina-slides/main/public/demo.gif" alt="Lumina Engine Demo" width="100%" style="border-radius: 12px; border: 1px solid rgba(255,255,255,0.1); box-shadow: 0 20px 80px -20px rgba(0,0,0,0.5);" />
7
+ </a>
6
8
 
7
9
  <br />
8
10
  <br />
@@ -164,6 +166,8 @@ We have a dedicated guide for that.
164
166
  > - **Streaming**: How to pipe token streams directly into the engine.
165
167
  > - **Aliases**: Improve latency by 30% using `t` instead of `title`.
166
168
  > - **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.
167
171
 
168
172
  ### Token Optimization
169
173
 
@@ -180,13 +184,14 @@ Lumina includes a built-in normalizer. Your LLM can output "lazy" JSON to save m
180
184
 
181
185
  ## 📚 Documentation & Resources
182
186
 
183
- | Resource | Description |
184
- | :------------------------------------------------------------------------------------------------- | :--------------------------------------------------------------- |
185
- | 📖 **[Full Documentation](https://pailletjuanpablo.github.io/lumina-slides/)** | Complete guides, examples, and live playground |
186
- | 🔧 **[API Reference](https://pailletjuanpablo.github.io/lumina-slides/#/api)** | TypeDoc-generated API docs with all methods and types |
187
- | 🤖 **[Agent Integration Guide](./AGENTS.md)** | How to integrate Lumina with AI agents (OpenAI, Anthropic, etc.) |
188
- | 📝 **[LLM System Prompt](https://pailletjuanpablo.github.io/lumina-slides/lumina-llm-prompt.txt)** | Ready-to-use system prompt for your AI to generate slides |
189
- | 🎮 **[Live Playground](https://pailletjuanpablo.github.io/lumina-slides/#/playground)** | Try Lumina in your browser with live JSON editing |
187
+ | Resource | Description |
188
+ | :------------------------------------------------------------------------------------------------------ | :--------------------------------------------------------------- |
189
+ | 📖 **[Full Documentation](https://pailletjuanpablo.github.io/lumina-slides/)** | Complete guides, examples, and live playground |
190
+ | 🔧 **[API Reference](https://pailletjuanpablo.github.io/lumina-slides/#/api)** | TypeDoc-generated API docs with all methods and types |
191
+ | 🤖 **[Agent Integration Guide](./AGENTS.md)** | How to integrate Lumina with AI agents (OpenAI, Anthropic, etc.) |
192
+ | 📝 **[LLM System Prompt](https://pailletjuanpablo.github.io/lumina-slides/lumina-llm-prompt.txt)** | Ready-to-use system prompt for your AI to generate slides |
193
+ | 🤖 **[Custom GPT Agent](https://chatgpt.com/g/g-6951593015fc8191bf8db3ff13ebe986-lumina-slides-agent)** | Specialized ChatGPT agent to build and preview slides instantly |
194
+ | 🎮 **[Live Playground](https://pailletjuanpablo.github.io/lumina-slides/#/playground)** | Try Lumina in your browser with live JSON editing |
190
195
 
191
196
  ---
192
197