hyperframes 0.1.14 → 0.2.0-alpha.1

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.
Files changed (27) hide show
  1. package/README.md +3 -3
  2. package/dist/cli.js +3968 -3297
  3. package/dist/skills/hyperframes-captions/SKILL.md +2 -2
  4. package/dist/skills/hyperframes-compose/SKILL.md +1 -0
  5. package/dist/studio/assets/index-Bkp9HQbo.css +1 -0
  6. package/dist/studio/assets/index-DfhSlTti.js +93 -0
  7. package/dist/studio/index.html +2 -2
  8. package/dist/templates/_shared/CLAUDE.md +1 -1
  9. package/package.json +3 -2
  10. package/dist/studio/assets/index-CLmYRLY-.css +0 -1
  11. package/dist/studio/assets/index-CRvFpc0E.js +0 -84
  12. package/dist/templates/play-mode/compositions/captions.html +0 -163
  13. package/dist/templates/play-mode/compositions/intro.html +0 -107
  14. package/dist/templates/play-mode/compositions/stats.html +0 -388
  15. package/dist/templates/play-mode/index.html +0 -239
  16. package/dist/templates/swiss-grid/assets/swiss-grid.svg +0 -116
  17. package/dist/templates/swiss-grid/compositions/captions.html +0 -148
  18. package/dist/templates/swiss-grid/compositions/graphics.html +0 -207
  19. package/dist/templates/swiss-grid/compositions/intro.html +0 -131
  20. package/dist/templates/swiss-grid/index.html +0 -234
  21. package/dist/templates/vignelli/compositions/captions.html +0 -181
  22. package/dist/templates/vignelli/compositions/overlays.html +0 -323
  23. package/dist/templates/vignelli/index.html +0 -190
  24. package/dist/templates/warm-grain/compositions/captions.html +0 -147
  25. package/dist/templates/warm-grain/compositions/graphics.html +0 -164
  26. package/dist/templates/warm-grain/compositions/intro.html +0 -86
  27. package/dist/templates/warm-grain/index.html +0 -294
package/README.md CHANGED
@@ -27,15 +27,15 @@ npx hyperframes init my-video
27
27
  cd my-video
28
28
  ```
29
29
 
30
- ### `dev`
30
+ ### `preview`
31
31
 
32
32
  Start the live preview studio in your browser:
33
33
 
34
34
  ```bash
35
- npx hyperframes dev
35
+ npx hyperframes preview
36
36
  # Studio running at http://localhost:3002
37
37
 
38
- npx hyperframes dev --port 4567
38
+ npx hyperframes preview --port 4567
39
39
  ```
40
40
 
41
41
  ### `render`