@markdy/mdx 0.8.2 → 0.8.3
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 +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -50,7 +50,7 @@ Then write Markdown:
|
|
|
50
50
|
|
|
51
51
|
````md
|
|
52
52
|
```markdy width=800 height=400 bg="#07111f" autoplay=false loop=false playback_rate=0.5 scene_boundary_progress=false
|
|
53
|
-
scene "Request" theme=
|
|
53
|
+
scene "Request" theme=paper width=800 height=400
|
|
54
54
|
browser Web
|
|
55
55
|
service API
|
|
56
56
|
beat main:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@markdy/mdx",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.3",
|
|
4
4
|
"description": "MDX plugin and lightweight React player for animated Markdy diagrams.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
43
|
"unist-util-visit": "^5.0.0",
|
|
44
|
-
"@markdy/renderer-dom": "0.8.
|
|
44
|
+
"@markdy/renderer-dom": "0.8.3"
|
|
45
45
|
},
|
|
46
46
|
"peerDependencies": {
|
|
47
47
|
"react": ">=18.0.0",
|