@opendirectory.dev/skills 0.1.61 → 0.1.62

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opendirectory.dev/skills",
3
- "version": "0.1.61",
3
+ "version": "0.1.62",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "bin": {
@@ -2,6 +2,8 @@
2
2
 
3
3
  Generates multi-scene motion graphics as MP4 from a content brief. HTML/CSS animations rendered frame-by-frame in headless Chromium via Playwright, assembled with FFmpeg. No React, no AI APIs, no Python.
4
4
 
5
+ <img width="1920" height="1072" alt="vid-motion-graphics-cover-image" src="https://github.com/user-attachments/assets/51d085a4-9216-4da5-948c-82ed7e5e0818" />
6
+
5
7
  ## Install
6
8
 
7
9
  ```bash