@revideo/create 0.5.3-beta.1054 → 0.5.4-alpha.1061

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.
@@ -32,6 +32,9 @@ Below you can find a list of Revideo projects along with a quick summary, focuse
32
32
  - **Youtube shorts with animated subtitles:** This example project generates Youtube Shorts with AI. It generates scripts with ChatGPT, voiceovers with Elevenlabs, and background images with Dall-E. **This project has a heavy emphasis on animating subtitles** - ([project folder](https://github.com/redotvideo/revideo-examples/tree/main/youtube-shorts))
33
33
 
34
34
  - **Animation for 1,000 Github Stars:** A fun animation celebrating 1,000 Github stars for Revideo - ([project folder](https://github.com/redotvideo/revideo-examples/tree/main/youtube-shorts))
35
+
36
+ - **Code Explainer Video for Rive Animations:** An explainer video showcasing how you can use Rive animations inside of Revideo. Worth taking a look at to learn about our `<Code/>` and `<Rive/>` component. ([project folder](https://github.com/redotvideo/examples/tree/main/rive-explanation-video))
37
+
35
38
  ### Deployment
36
39
 
37
40
  - **Parallelized Rendering with Cloud Functions:** This example project also uses Cloud Run, but enables faster rendering by distributing the rendering work across a large number of cloud functions - ([project folder](https://github.com/redotvideo/revideo-examples/tree/main/google-cloud-run-parallelized))
@@ -9,15 +9,15 @@
9
9
  "render": "tsc && node dist/render.js"
10
10
  },
11
11
  "dependencies": {
12
- "@revideo/core": "^0.5.2",
13
- "@revideo/2d": "^0.5.2",
14
- "@revideo/renderer": "^0.5.2",
15
- "@revideo/vite-plugin": "^0.5.2",
16
- "@revideo/ffmpeg": "^0.5.2"
12
+ "@revideo/core": "^0.5.3",
13
+ "@revideo/2d": "^0.5.3",
14
+ "@revideo/renderer": "^0.5.3",
15
+ "@revideo/vite-plugin": "^0.5.3",
16
+ "@revideo/ffmpeg": "^0.5.3"
17
17
  },
18
18
  "devDependencies": {
19
- "@revideo/ui": "^0.5.2",
20
- "@revideo/cli": "^0.5.2",
19
+ "@revideo/ui": "^0.5.3",
20
+ "@revideo/cli": "^0.5.3",
21
21
  "typescript": "^5.2.2",
22
22
  "vite": "^4.5"
23
23
  }
@@ -0,0 +1,9 @@
1
+ # Rive Explanation Video
2
+
3
+ This is the code for a small video showing how you can use Rive animations in Revideo using the `<Rive />` component.
4
+
5
+
6
+ https://github.com/user-attachments/assets/0302a3c2-65e4-4392-8b6c-90c4a505d23d
7
+
8
+
9
+