@markdy/renderer-dom 0.7.19 → 0.7.20

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 +12 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -19,6 +19,18 @@ Web Animations API renderer for [MarkdyScript](../../docs/SYNTAX.md) scenes. Tra
19
19
  pnpm add @markdy/core @markdy/renderer-dom
20
20
  ```
21
21
 
22
+ ## Visual guide
23
+
24
+ <p align="center">
25
+ <img src="https://raw.githubusercontent.com/HoangYell/markdy-com/main/website/public/images/markdy-core-renderer-map.webp" alt="Markdy core and renderer package map" width="900" />
26
+ </p>
27
+
28
+ ## Love Story result
29
+
30
+ <p align="center">
31
+ <img src="https://raw.githubusercontent.com/HoangYell/markdy-com/main/website/public/images/markdy-love-story-result.webp" alt="Love Story main Markdy result" width="900" />
32
+ </p>
33
+
22
34
  ## Usage
23
35
 
24
36
  ```typescript
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@markdy/renderer-dom",
3
- "version": "0.7.19",
3
+ "version": "0.7.20",
4
4
  "description": "Web Animations API renderer for MarkdyScript scenes.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -43,7 +43,7 @@
43
43
  "access": "public"
44
44
  },
45
45
  "dependencies": {
46
- "@markdy/core": "0.7.19"
46
+ "@markdy/core": "0.7.20"
47
47
  },
48
48
  "devDependencies": {
49
49
  "jsdom": "^29.1.1",