lumina-slides 8.6.0 → 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.
- package/README.md +22 -12
- package/dist/lumina-slides.js +2399 -2455
- package/dist/lumina-slides.umd.cjs +13 -16
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,7 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
<div align="center">
|
|
4
4
|
|
|
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 />
|
|
@@ -13,10 +15,7 @@
|
|
|
13
15
|
A lightweight, framework-agnostic library that renders beautiful, animated slide decks from simple JSON.
|
|
14
16
|
Perfect for AI-generated content, dynamic dashboards, and interactive presentations.
|
|
15
17
|
</p>
|
|
16
|
-
|
|
17
|
-
<p style="font-size: 1em; max-width: 600px; opacity: 0.8;">
|
|
18
|
-
✨ <b>Smooth Animations</b> · 🎨 <b>6 Built-in Themes</b> · 📱 <b>Fully Responsive</b> · ⚡ <b>All-in-One Bundle</b>
|
|
19
|
-
</p>
|
|
18
|
+
|
|
20
19
|
|
|
21
20
|
<p>
|
|
22
21
|
<a href="#-quick-start"><strong>🚀 Quick Start</strong></a> ·
|
|
@@ -31,6 +30,16 @@
|
|
|
31
30
|
|
|
32
31
|
</div>
|
|
33
32
|
|
|
33
|
+
<div align="center">
|
|
34
|
+
|
|
35
|
+
### 🤖 Build with AI Instantly
|
|
36
|
+
|
|
37
|
+
[](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
|
+
|
|
34
43
|
<br />
|
|
35
44
|
|
|
36
45
|
---
|
|
@@ -180,13 +189,14 @@ Lumina includes a built-in normalizer. Your LLM can output "lazy" JSON to save m
|
|
|
180
189
|
|
|
181
190
|
## 📚 Documentation & Resources
|
|
182
191
|
|
|
183
|
-
| Resource
|
|
184
|
-
|
|
|
185
|
-
| 📖 **[Full Documentation](https://pailletjuanpablo.github.io/lumina-slides/)**
|
|
186
|
-
| 🔧 **[API Reference](https://pailletjuanpablo.github.io/lumina-slides/#/api)**
|
|
187
|
-
| 🤖 **[Agent Integration Guide](./AGENTS.md)**
|
|
188
|
-
| 📝 **[LLM System Prompt](https://pailletjuanpablo.github.io/lumina-slides/lumina-llm-prompt.txt)**
|
|
189
|
-
|
|
|
192
|
+
| Resource | Description |
|
|
193
|
+
| :------------------------------------------------------------------------------------------------------ | :--------------------------------------------------------------- |
|
|
194
|
+
| 📖 **[Full Documentation](https://pailletjuanpablo.github.io/lumina-slides/)** | Complete guides, examples, and live playground |
|
|
195
|
+
| 🔧 **[API Reference](https://pailletjuanpablo.github.io/lumina-slides/#/api)** | TypeDoc-generated API docs with all methods and types |
|
|
196
|
+
| 🤖 **[Agent Integration Guide](./AGENTS.md)** | How to integrate Lumina with AI agents (OpenAI, Anthropic, etc.) |
|
|
197
|
+
| 📝 **[LLM System Prompt](https://pailletjuanpablo.github.io/lumina-slides/lumina-llm-prompt.txt)** | Ready-to-use system prompt for your AI to generate slides |
|
|
198
|
+
| 🤖 **[Custom GPT Agent](https://chatgpt.com/g/g-6951593015fc8191bf8db3ff13ebe986-lumina-slides-agent)** | Specialized ChatGPT agent to build and preview slides instantly |
|
|
199
|
+
| 🎮 **[Live Playground](https://pailletjuanpablo.github.io/lumina-slides/#/playground)** | Try Lumina in your browser with live JSON editing |
|
|
190
200
|
|
|
191
201
|
---
|
|
192
202
|
|