seemore 1.12.9 → 1.12.10
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 +3 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -112,7 +112,9 @@ Or call the skill by name:
|
|
|
112
112
|
- **[In your code editor](#view-in-your-code-editor)**: an extension shows the same site in a panel next to your file, in VS Code and VS Code-compatible editors like Cursor and Antigravity.
|
|
113
113
|
- **[As a static site](#publish-it-to-the-web)**: `npx seemore build` exports plain HTML you can host anywhere. seemore is a docs framework, not only a preview tool.
|
|
114
114
|
|
|
115
|
-
|
|
115
|
+
<p align="center">
|
|
116
|
+
<video src="https://github.com/user-attachments/assets/f4765a06-980e-4f24-9194-198e6dbaec90" width="640" controls muted></video>
|
|
117
|
+
</p>
|
|
116
118
|
|
|
117
119
|
## What you get
|
|
118
120
|
|