@markdy/astro 0.7.20 → 0.7.22

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 +8 -6
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -15,16 +15,18 @@
15
15
  pnpm add @markdy/astro
16
16
  ```
17
17
 
18
- ## Visual guide
18
+ ## Package position (text)
19
19
 
20
- <p align="center">
21
- <img src="https://raw.githubusercontent.com/HoangYell/markdy-com/main/website/public/images/markdy-integrations-map.webp" alt="Markdy Astro and MDX integration visual" width="900" />
22
- </p>
20
+ ```text
21
+ @markdy/core -> @markdy/renderer-dom -> @markdy/astro
22
+
23
+ Astro integration provides an island wrapper for lazy client-side hydration.
24
+ ```
23
25
 
24
- ## Love Story result
26
+ ## Output preview
25
27
 
26
28
  <p align="center">
27
- <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" />
29
+ <img src="https://raw.githubusercontent.com/HoangYell/markdy-com/main/website/public/images/markdy-output-preview.webp" alt="Markdy output preview" width="900" />
28
30
  </p>
29
31
 
30
32
  ## Usage
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@markdy/astro",
3
- "version": "0.7.20",
3
+ "version": "0.7.22",
4
4
  "description": "Astro island component for MarkdyScript animations.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -37,7 +37,7 @@
37
37
  "access": "public"
38
38
  },
39
39
  "dependencies": {
40
- "@markdy/renderer-dom": "0.7.20"
40
+ "@markdy/renderer-dom": "0.7.22"
41
41
  },
42
42
  "peerDependencies": {
43
43
  "astro": ">=4.0.0"