taleem-player 1.0.11 → 1.0.12
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 +11 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -24,6 +24,17 @@ The live demo shows:
|
|
|
24
24
|
* No screenshots. No mock data.
|
|
25
25
|
* What you see is the real engine running in the browser.
|
|
26
26
|
|
|
27
|
+
---
|
|
28
|
+
## Visual Editor
|
|
29
|
+
|
|
30
|
+
Taleem Player has a companion visual editor.
|
|
31
|
+
|
|
32
|
+
Create structured `deck-v1` presentations in seconds — no manual slide layout required.
|
|
33
|
+
|
|
34
|
+
👉 https://bilza2023.github.io/taleem-editor/
|
|
35
|
+
|
|
36
|
+
The editor outputs valid Taleem JSON that runs directly in Taleem Player.
|
|
37
|
+
|
|
27
38
|
---
|
|
28
39
|
|
|
29
40
|
## What this project is
|