hyperframes 0.6.108 → 0.6.109

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.
@@ -0,0 +1,34 @@
1
+ {
2
+ "$schema": "https://hyperframes.heygen.com/schema/registry-item.json",
3
+ "name": "warm-grain",
4
+ "type": "hyperframes:example",
5
+ "title": "Warm Grain",
6
+ "description": "Cream aesthetic with grain texture",
7
+ "dimensions": {
8
+ "width": 1920,
9
+ "height": 1080
10
+ },
11
+ "duration": 10,
12
+ "files": [
13
+ {
14
+ "path": "compositions/captions.html",
15
+ "target": "compositions/captions.html",
16
+ "type": "hyperframes:composition"
17
+ },
18
+ {
19
+ "path": "compositions/graphics.html",
20
+ "target": "compositions/graphics.html",
21
+ "type": "hyperframes:composition"
22
+ },
23
+ {
24
+ "path": "compositions/intro.html",
25
+ "target": "compositions/intro.html",
26
+ "type": "hyperframes:composition"
27
+ },
28
+ {
29
+ "path": "index.html",
30
+ "target": "index.html",
31
+ "type": "hyperframes:composition"
32
+ }
33
+ ]
34
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hyperframes",
3
- "version": "0.6.108",
3
+ "version": "0.6.109",
4
4
  "description": "HyperFrames CLI — create, preview, and render HTML video compositions",
5
5
  "repository": {
6
6
  "type": "git",