You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/contributing.mdx
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,3 +71,9 @@ For Studio changes, verify the behavior in the browser and preserve the source-p
71
71
Use [GitHub Issues](https://github.com/heygen-com/hyperframes/issues) for bugs and proposals. A useful bug report includes the smallest reproduction, the first exact error, `npx hyperframes info`, and the operating system.
72
72
73
73
By contributing, you agree that your work is licensed under the [Apache 2.0 License](https://github.com/heygen-com/hyperframes/blob/main/LICENSE) and follows the [Code of Conduct](https://github.com/heygen-com/hyperframes/blob/main/CODE_OF_CONDUCT.md).
74
+
75
+
## Related topics
76
+
77
+
-[Test local CLI changes](/contributing/testing-local-changes)
78
+
-[Contribute a Catalog item](/contributing/catalog)
{ time: 16, label: "Real films, made as web pages" },
19
-
{ time: 31.7, label: "The editable project" },
20
-
{ time: 40.8, label: "Studio and render" },
21
-
{ time: 48.8, label: "The whole idea" },
22
-
]}
23
-
transcript={[
24
-
{ time: 0.45, text: "So — what exactly is HyperFrames?" },
25
-
{ time: 3.96, text: "It turns HTML into video." },
26
-
{
27
-
time: 6.61,
28
-
text: "And that matters, because your agent already writes HTML, CSS and JavaScript. There's no new language for it to learn.",
29
-
},
30
-
{ time: 16, text: "Every film you're watching right now is a web page." },
31
-
{
32
-
time: 19.67,
33
-
text: "The layouts, the typography, the interfaces, the animations, the transitions, the effects — all of it authored as HTML, CSS and JavaScript by an AI agent.",
34
-
},
35
-
{
36
-
time: 31.76,
37
-
text: "The footage, the images, the narration, the music, the sound — those are real files, assembled into that same editable project.",
38
-
},
39
-
{ time: 40.83, text: "Open it in Studio. Move a clip. Change a word." },
40
-
{
41
-
time: 44.56,
42
-
text: "Then one command renders every frame, and hands you a file.",
43
-
},
44
-
{
45
-
time: 48.89,
46
-
text: "That's the whole idea. A request. An agent. An editable project. A video.",
0 commit comments