hyperframes 0.5.0-alpha.11 → 0.5.0-alpha.13
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/dist/cli.js +172 -17
- package/dist/docs/rendering.md +4 -1
- package/dist/hyperframe-runtime.js +18 -18
- package/dist/hyperframe.manifest.json +1 -1
- package/dist/hyperframe.runtime.iife.js +18 -18
- package/dist/skills/gsap/SKILL.md +30 -1
- package/dist/studio/assets/{index-Bl4Deziq.js → index-JhhmFie-.js} +31 -31
- package/dist/studio/index.html +1 -1
- package/dist/templates/_shared/CLAUDE.md +5 -0
- package/package.json +1 -1
package/dist/studio/index.html
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
<meta charset="UTF-8" />
|
|
5
5
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
|
|
6
6
|
<title>HyperFrames Studio</title>
|
|
7
|
-
<script type="module" crossorigin src="/assets/index-
|
|
7
|
+
<script type="module" crossorigin src="/assets/index-JhhmFie-.js"></script>
|
|
8
8
|
<link rel="stylesheet" crossorigin href="/assets/index-KioPDrX6.css">
|
|
9
9
|
</head>
|
|
10
10
|
<body>
|
|
@@ -11,6 +11,11 @@
|
|
|
11
11
|
| **hyperframes-registry** | `/hyperframes-registry` | Installing blocks and components via `hyperframes add` |
|
|
12
12
|
| **website-to-hyperframes** | `/website-to-hyperframes` | Capturing a URL and turning it into a video — full website-to-video pipeline |
|
|
13
13
|
| **gsap** | `/gsap` | GSAP animations for HyperFrames — tweens, timelines, easing, performance |
|
|
14
|
+
| **animejs** | `/animejs` | Anime.js animations registered on `window.__hfAnime` |
|
|
15
|
+
| **css-animations** | `/css-animations` | CSS keyframes that HyperFrames can pause and seek |
|
|
16
|
+
| **lottie** | `/lottie` | `lottie-web` and dotLottie players registered on `window.__hfLottie` |
|
|
17
|
+
| **three** | `/three` | Three.js scenes rendered from HyperFrames `hf-seek` events |
|
|
18
|
+
| **waapi** | `/waapi` | Web Animations API motion driven through `document.getAnimations()` |
|
|
14
19
|
|
|
15
20
|
> **Skills not available?** Ask the user to run `npx hyperframes skills` and restart their
|
|
16
21
|
> agent session, or install manually: `npx skills add heygen-com/hyperframes`.
|