@hypit/hypit 0.1.1 → 0.1.2

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 (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
  <p align="center">
2
- <img alt="Hypit" src="https://raw.githubusercontent.com/hypit-ai/hypit/main/docs/public/hypit-logo-dark.svg" width="400" height="122">
2
+ <img alt="Hypit" src="https://storage.googleapis.com/hypit-public-assets/showcase/npm/2026-09-10/logo.svg" width="400" height="143">
3
3
  </p>
4
4
 
5
5
  <h3 align="center">Clone any viral video with AI agents</h3>
@@ -40,7 +40,7 @@ Hypit gives AI agents (Claude Code, Codex...) a language and system to create vi
40
40
 
41
41
  **To be clear:** cloning a video is the fastest way in, not the only one. You can start from our templates, or just describe the video you want and your agent writes the workflow from scratch. Generation models are optional too: a workflow can compile captions, motion graphics and code-rendered visuals into a finished video without calling a single model, so a video can cost exactly $0.
42
42
 
43
- ![SVML source and live video preview](https://storage.googleapis.com/hypit-public-assets/showcase/2026-09-09/demo.gif)
43
+ ![SVML source and live video preview](https://storage.googleapis.com/hypit-public-assets/showcase/npm/2026-09-10/demo-compact.gif)
44
44
 
45
45
  <p align="center"><em>SVML source on the left, with the corresponding video rendered live on the right.</em></p>
46
46
 
@@ -105,7 +105,7 @@ Drop in a video and your agent clones the whole workflow — or describe what yo
105
105
 
106
106
  Star us, and you will receive all release notifications from GitHub without any delay!
107
107
 
108
- ![Stay tuned with us](https://storage.googleapis.com/hypit-public-assets/showcase/2026-09-09/star.gif)
108
+ ![Stay tuned with us](https://storage.googleapis.com/hypit-public-assets/showcase/npm/2026-09-10/star.gif)
109
109
 
110
110
  ## How to Contribute
111
111
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hypit/hypit",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "homepage": "https://hypit.ai",
5
5
  "repository": {
6
6
  "type": "git",