@revideo/create 0.4.2-blue.993 → 0.4.2-turtle.993

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 (118) hide show
  1. package/package.json +9 -9
  2. package/examples/README.md +0 -39
  3. package/examples/avatar-with-background/package-lock.json +0 -3162
  4. package/examples/avatar-with-background/package.json +0 -26
  5. package/examples/avatar-with-background/src/project.meta +0 -31
  6. package/examples/avatar-with-background/src/project.ts +0 -6
  7. package/examples/avatar-with-background/src/render.ts +0 -36
  8. package/examples/avatar-with-background/src/revideo.d.ts +0 -1
  9. package/examples/avatar-with-background/src/scenes/example.tsx +0 -28
  10. package/examples/avatar-with-background/tsconfig.json +0 -9
  11. package/examples/avatar-with-background/vite.config.ts +0 -8
  12. package/examples/default/package.json +0 -24
  13. package/examples/default/src/project.meta +0 -31
  14. package/examples/default/src/project.ts +0 -7
  15. package/examples/default/src/render.ts +0 -16
  16. package/examples/default/src/revideo.d.ts +0 -1
  17. package/examples/default/src/scenes/example.tsx +0 -38
  18. package/examples/default/tsconfig.json +0 -9
  19. package/examples/default/vite.config.ts +0 -8
  20. package/examples/google-cloud-run/Dockerfile +0 -56
  21. package/examples/google-cloud-run/README.md +0 -35
  22. package/examples/google-cloud-run/package.json +0 -28
  23. package/examples/google-cloud-run/src/index.ts +0 -39
  24. package/examples/google-cloud-run/src/project.meta +0 -31
  25. package/examples/google-cloud-run/src/project.ts +0 -7
  26. package/examples/google-cloud-run/src/revideo.d.ts +0 -1
  27. package/examples/google-cloud-run/src/scenes/example.meta +0 -5
  28. package/examples/google-cloud-run/src/scenes/example.tsx +0 -30
  29. package/examples/google-cloud-run/tsconfig.json +0 -9
  30. package/examples/google-cloud-run/vite.config.ts +0 -9
  31. package/examples/google-cloud-run-parallelized/README.md +0 -127
  32. package/examples/google-cloud-run-parallelized/render-orchestrator/Dockerfile +0 -56
  33. package/examples/google-cloud-run-parallelized/render-orchestrator/package.json +0 -22
  34. package/examples/google-cloud-run-parallelized/render-orchestrator/src/index.ts +0 -72
  35. package/examples/google-cloud-run-parallelized/render-orchestrator/src/revideo.d.ts +0 -1
  36. package/examples/google-cloud-run-parallelized/render-orchestrator/tsconfig.json +0 -10
  37. package/examples/google-cloud-run-parallelized/render-worker/.gcloudignore +0 -17
  38. package/examples/google-cloud-run-parallelized/render-worker/.puppeteerrc.cjs +0 -9
  39. package/examples/google-cloud-run-parallelized/render-worker/package.json +0 -30
  40. package/examples/google-cloud-run-parallelized/render-worker/src/index.ts +0 -39
  41. package/examples/google-cloud-run-parallelized/render-worker/src/project.ts +0 -6
  42. package/examples/google-cloud-run-parallelized/render-worker/src/revideo.d.ts +0 -1
  43. package/examples/google-cloud-run-parallelized/render-worker/src/scenes/example.tsx +0 -30
  44. package/examples/google-cloud-run-parallelized/render-worker/tsconfig.json +0 -13
  45. package/examples/google-cloud-run-parallelized/render-worker/vite.config.ts +0 -9
  46. package/examples/logo.svg +0 -6
  47. package/examples/logo_dark.svg +0 -6
  48. package/examples/marketing-templates/README.md +0 -10
  49. package/examples/marketing-templates/marketing-template/package-lock.json +0 -3824
  50. package/examples/marketing-templates/marketing-template/package.json +0 -24
  51. package/examples/marketing-templates/marketing-template/src/globals.css +0 -0
  52. package/examples/marketing-templates/marketing-template/src/project.meta +0 -31
  53. package/examples/marketing-templates/marketing-template/src/project.ts +0 -9
  54. package/examples/marketing-templates/marketing-template/src/render.ts +0 -17
  55. package/examples/marketing-templates/marketing-template/src/revideo.d.ts +0 -1
  56. package/examples/marketing-templates/marketing-template/src/scenes/example.meta +0 -5
  57. package/examples/marketing-templates/marketing-template/src/scenes/example.tsx +0 -67
  58. package/examples/marketing-templates/marketing-template/tsconfig.json +0 -9
  59. package/examples/marketing-templates/marketing-template/vite.config.ts +0 -9
  60. package/examples/marketing-templates/multiple-videos-in-one/package-lock.json +0 -3824
  61. package/examples/marketing-templates/multiple-videos-in-one/package.json +0 -24
  62. package/examples/marketing-templates/multiple-videos-in-one/src/project.meta +0 -31
  63. package/examples/marketing-templates/multiple-videos-in-one/src/project.ts +0 -9
  64. package/examples/marketing-templates/multiple-videos-in-one/src/render.ts +0 -17
  65. package/examples/marketing-templates/multiple-videos-in-one/src/revideo.d.ts +0 -1
  66. package/examples/marketing-templates/multiple-videos-in-one/src/scenes/example.meta +0 -5
  67. package/examples/marketing-templates/multiple-videos-in-one/src/scenes/example.tsx +0 -122
  68. package/examples/marketing-templates/multiple-videos-in-one/tsconfig.json +0 -9
  69. package/examples/marketing-templates/multiple-videos-in-one/vite.config.ts +0 -9
  70. package/examples/saas-template/.prettierrc +0 -9
  71. package/examples/saas-template/README.md +0 -28
  72. package/examples/saas-template/next/app/actions.tsx +0 -113
  73. package/examples/saas-template/next/app/api/render/route.ts +0 -22
  74. package/examples/saas-template/next/app/globals.css +0 -3
  75. package/examples/saas-template/next/app/layout.tsx +0 -25
  76. package/examples/saas-template/next/app/page.tsx +0 -182
  77. package/examples/saas-template/next/next.config.mjs +0 -4
  78. package/examples/saas-template/next/package.json +0 -34
  79. package/examples/saas-template/next/postcss.config.js +0 -6
  80. package/examples/saas-template/next/public/favicon.ico +0 -0
  81. package/examples/saas-template/next/public/next.svg +0 -1
  82. package/examples/saas-template/next/public/vercel.svg +0 -1
  83. package/examples/saas-template/next/tailwind.config.ts +0 -30
  84. package/examples/saas-template/next/tsconfig.json +0 -26
  85. package/examples/saas-template/next/utils/parse.ts +0 -35
  86. package/examples/saas-template/revideo/package.json +0 -24
  87. package/examples/saas-template/revideo/src/global.css +0 -1
  88. package/examples/saas-template/revideo/src/project.meta +0 -31
  89. package/examples/saas-template/revideo/src/project.ts +0 -9
  90. package/examples/saas-template/revideo/src/render.ts +0 -15
  91. package/examples/saas-template/revideo/src/revideo.d.ts +0 -1
  92. package/examples/saas-template/revideo/src/scenes/example.meta +0 -5
  93. package/examples/saas-template/revideo/src/scenes/example.tsx +0 -178
  94. package/examples/saas-template/revideo/tsconfig.json +0 -9
  95. package/examples/saas-template/revideo/vite.config.ts +0 -6
  96. package/examples/stitching-videos/README.md +0 -7
  97. package/examples/stitching-videos/package-lock.json +0 -2801
  98. package/examples/stitching-videos/package.json +0 -23
  99. package/examples/stitching-videos/src/project.meta +0 -31
  100. package/examples/stitching-videos/src/project.ts +0 -26
  101. package/examples/stitching-videos/src/render.ts +0 -58
  102. package/examples/stitching-videos/src/revideo.d.ts +0 -1
  103. package/examples/stitching-videos/src/scenes/example.tsx +0 -30
  104. package/examples/stitching-videos/tsconfig.json +0 -9
  105. package/examples/stitching-videos/vite.config.ts +0 -8
  106. package/examples/youtube-shorts/README.md +0 -65
  107. package/examples/youtube-shorts/package-lock.json +0 -3914
  108. package/examples/youtube-shorts/package.json +0 -30
  109. package/examples/youtube-shorts/src/global.css +0 -3
  110. package/examples/youtube-shorts/src/metadata.json +0 -635
  111. package/examples/youtube-shorts/src/project.meta +0 -31
  112. package/examples/youtube-shorts/src/project.ts +0 -9
  113. package/examples/youtube-shorts/src/render.ts +0 -40
  114. package/examples/youtube-shorts/src/revideo.d.ts +0 -1
  115. package/examples/youtube-shorts/src/scenes/example.tsx +0 -211
  116. package/examples/youtube-shorts/src/utils.ts +0 -123
  117. package/examples/youtube-shorts/tsconfig.json +0 -9
  118. package/examples/youtube-shorts/vite.config.ts +0 -8
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 283 64"><path fill="black" d="M141 16c-11 0-19 7-19 18s9 18 20 18c7 0 13-3 16-7l-7-5c-2 3-6 4-9 4-5 0-9-3-10-7h28v-3c0-11-8-18-19-18zm-9 15c1-4 4-7 9-7s8 3 9 7h-18zm117-15c-11 0-19 7-19 18s9 18 20 18c6 0 12-3 16-7l-8-5c-2 3-5 4-8 4-5 0-9-3-11-7h28l1-3c0-11-8-18-19-18zm-10 15c2-4 5-7 10-7s8 3 9 7h-19zm-39 3c0 6 4 10 10 10 4 0 7-2 9-5l8 5c-3 5-9 8-17 8-11 0-19-7-19-18s8-18 19-18c8 0 14 3 17 8l-8 5c-2-3-5-5-9-5-6 0-10 4-10 10zm83-29v46h-9V5h9zM37 0l37 64H0L37 0zm92 5-27 48L74 5h10l18 30 17-30h10zm59 12v10l-3-1c-6 0-10 4-10 10v15h-9V17h9v9c0-5 6-9 13-9z"/></svg>
@@ -1,30 +0,0 @@
1
- /* eslint-disable naming-convention */
2
- import type {Config} from 'tailwindcss';
3
-
4
- const config: Config = {
5
- content: [
6
- './pages/**/*.{js,ts,jsx,tsx,mdx}',
7
- './components/**/*.{js,ts,jsx,tsx,mdx}',
8
- './app/**/*.{js,ts,jsx,tsx,mdx}',
9
- ],
10
- theme: {
11
- extend: {
12
- colors: {
13
- gray: {
14
- 50: '#FAFAFA',
15
- 100: '#F3F3F3',
16
- 200: '#E5E5E5',
17
- 300: '#C7C7C7',
18
- 400: '#ACACAC',
19
- 500: '#808080',
20
- 600: '#5F5F5F',
21
- 700: '#4E4E4E',
22
- 800: '#373737',
23
- 900: '#2A2A2A',
24
- 950: '#151515',
25
- },
26
- },
27
- },
28
- },
29
- };
30
- export default config;
@@ -1,26 +0,0 @@
1
- {
2
- "compilerOptions": {
3
- "lib": ["dom", "dom.iterable", "esnext"],
4
- "allowJs": true,
5
- "skipLibCheck": true,
6
- "strict": true,
7
- "noEmit": true,
8
- "esModuleInterop": true,
9
- "module": "esnext",
10
- "moduleResolution": "bundler",
11
- "resolveJsonModule": true,
12
- "isolatedModules": true,
13
- "jsx": "preserve",
14
- "incremental": true,
15
- "plugins": [
16
- {
17
- "name": "next"
18
- }
19
- ],
20
- "paths": {
21
- "@/*": ["./*"]
22
- }
23
- },
24
- "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],
25
- "exclude": ["node_modules"]
26
- }
@@ -1,35 +0,0 @@
1
- export async function parseStream(
2
- reader: ReadableStreamDefaultReader<Uint8Array>,
3
- updateProgress: (progress: number) => void,
4
- ) {
5
- while (true) {
6
- const {done, value} = await reader.read();
7
-
8
- const decoded = new TextDecoder('utf-8').decode(value);
9
- const split = decoded.split('\n');
10
-
11
- if (done) {
12
- break;
13
- }
14
-
15
- const event = split[0].slice(6).trim();
16
- const data = split[1].slice(6).trim();
17
-
18
- if (event === 'progress') {
19
- const parsed = JSON.parse(data);
20
- updateProgress(parsed.progress);
21
- }
22
-
23
- if (event === 'completed') {
24
- const parsed = JSON.parse(data);
25
- return parsed.downloadLink as string;
26
- }
27
-
28
- if (event === 'error') {
29
- console.error(data);
30
- break;
31
- }
32
- }
33
-
34
- return '';
35
- }
@@ -1,24 +0,0 @@
1
- {
2
- "name": "revideo",
3
- "private": true,
4
- "version": "0.0.0",
5
- "scripts": {
6
- "start": "vite",
7
- "serve": "vite",
8
- "build": "tsc && vite build",
9
- "render": "tsc && node dist/render.js"
10
- },
11
- "dependencies": {
12
- "@revideo/core": "0.4.1",
13
- "@revideo/2d": "0.4.1",
14
- "@revideo/renderer": "0.4.1",
15
- "@revideo/vite-plugin": "0.4.1",
16
- "@revideo/ffmpeg": "0.4.1"
17
- },
18
- "devDependencies": {
19
- "@revideo/ui": "0.4.1",
20
- "@revideo/cli": "0.4.1",
21
- "typescript": "^5.2.2",
22
- "vite": "^4.5"
23
- }
24
- }
@@ -1 +0,0 @@
1
- @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
@@ -1,31 +0,0 @@
1
- {
2
- "version": 0,
3
- "shared": {
4
- "background": null,
5
- "range": [
6
- 0,
7
- null
8
- ],
9
- "size": {
10
- "x": 1920,
11
- "y": 1080
12
- },
13
- "audioOffset": 0
14
- },
15
- "preview": {
16
- "fps": 60,
17
- "resolutionScale": 1
18
- },
19
- "rendering": {
20
- "fps": 30,
21
- "resolutionScale": 1,
22
- "colorSpace": "srgb",
23
- "exporter": {
24
- "name": "@revideo/core/ffmpeg",
25
- "options": {
26
- "fastStart": true,
27
- "includeAudio": true
28
- }
29
- }
30
- }
31
- }
@@ -1,9 +0,0 @@
1
- import {makeProject} from '@revideo/core';
2
-
3
- import './global.css';
4
-
5
- import example from './scenes/example?scene';
6
-
7
- export default makeProject({
8
- scenes: [example],
9
- });
@@ -1,15 +0,0 @@
1
- import {renderVideo} from '@revideo/renderer';
2
-
3
- async function render() {
4
- console.log('Rendering video...');
5
-
6
- // This is the main function that renders the video
7
- const file = await renderVideo({
8
- projectFile: './src/project.ts',
9
- settings: { logProgress: true }
10
- });
11
-
12
- console.log(`Rendered video to ${file}`);
13
- }
14
-
15
- render();
@@ -1 +0,0 @@
1
- /// <reference types="@revideo/core/project" />
@@ -1,5 +0,0 @@
1
- {
2
- "version": 0,
3
- "timeEvents": [],
4
- "seed": 2330707904
5
- }
@@ -1,178 +0,0 @@
1
- import {Gradient, Img, Layout, Line, Rect, Spline, Txt, makeScene2D} from '@revideo/2d';
2
- import {all, createRef, useScene, Vector2, waitFor} from '@revideo/core';
3
-
4
- /**
5
- * Some example data to use in the scene when no data is provided
6
- */
7
- const exampleData = [
8
- 0, 105826000, 265664000, 265671000, 265684000, 265689000, 265694000, 335596000, 414108000,
9
- 416767000, 425249000, 674375000, 964912000, 1177339000, 1186686000, 1213498000, 1214781000,
10
- 1214895000, 1219921000, 1221668000, 1222281000, 1222410000, 1222433000, 1227527000, 1228300000,
11
- 1230497000, 1230501000, 1231234000, 1231239000, 1231314000, 1232727000, 1233520000, 1234669000,
12
- 1236349000, 1236806000, 1237795000, 1245092000, 1251533000, 1254263000, 1262147000, 1262899000,
13
- 1264370000, 1267519000, 1268870000, 1271198000, 1271847000, 1274347000, 1276515000, 1276671000,
14
- 1279966000, 1280551000, 1283338000, 1283777000, 1285088000, 1286336000, 1286728000, 1293071000,
15
- 1293863000, 1294963000, 1295005000, 1301398000, 1303551000, 1312541000, 1317615000, 1321096000,
16
- 1323718000, 1337789000, 1343521000, 1344711000, 1346543000, 1371003000, 1389862000, 1494428000,
17
- 1525657000, 1533978000, 1591597000, 1654009000, 1738062000, 1817754000, 1860276000, 1883450000,
18
- 1883998000, 1891635000, 1930667000, 2055652000, 2201181000, 2216214000, 2246708000, 2324529000,
19
- 2366960000, 2366996000, 2391904000, 2479357000, 2596772000, 2601046000, 2615944000, 2637502000,
20
- 2689660000, 2733368000, 2737046000, 2812890000, 2863564000, 2955232000, 2955857000, 2961163000,
21
- 2983003000, 2984020000, 2987437000, 2990281000, 2996230000, 3007072000, 3007175000, 3013062000,
22
- 3016417000, 3018616000, 3019154000, 3026357000, 3029804000, 3036897000, 3037202000, 3037298000,
23
- 3037737000, 3038639000, 3039016000, 3039322000, 3042145000, 3042529000, 3043490000, 3044558000,
24
- 3046472000, 3047534000, 3048199000, 3048524000, 3048862000, 3051935000, 3058895000, 3065009000,
25
- 3072790000, 3074109000, 3075041000, 3079153000, 3079875000, 3080083000, 3099026000, 3099874000,
26
- 3103039000, 3109664000, 3112885000, 3127743000, 3134934000, 3140075000, 3173641000, 3173788000,
27
- 3176205000, 3176720000, 3178996000, 3183882000, 3184287000, 3186716000, 3191153000, 3196320000,
28
- 3196620000, 3198638000, 3213076000, 3234269000, 3263068000, 3270668000, 3278896000, 3284646000,
29
- 3290556000, 3294331000, 3297742000, 3332896000, 3344044000, 3368767000, 3378844000, 3398863000,
30
- 3434188000, 3435264000, 3435696000, 3435803000, 3442071000, 3517995000, 3519849000, 3554474000,
31
- 3558289000, 3611948000, 3616675000, 3618144000, 3622775000, 3635577000, 3640600000, 3669592000,
32
- 3679346000, 3698749000, 3715355000, 3729047000, 3759434000, 3787838000, 3801028000, 3817911000,
33
- 3878742000, 3983973000, 4006119000, 4067980000, 4087451000, 4101992000, 4200703000, 4212009000,
34
- 4212143000, 4212882000, 4213748000, 4213977000, 4214180000, 4214445000, 4220193000, 4220422000,
35
- 4222468000, 4236874000, 4258899000, 4326288000, 4334389000, 4401276000, 4416803000, 4421444000,
36
- 4437462000, 4501703000, 4556531000, 4598409000, 4690540000, 4736772000, 4742561000, 4803793000,
37
- 4834054000, 4866127000, 4868886000, 4873958000, 4891455000, 4921352000, 4941837000, 4953890000,
38
- 4956018000, 4979428000, 4985123000, 5062420000, 5108308000, 5333539000, 5459835000, 5461002000,
39
- 5521826000, 5584695000, 5586217000, 5598497000, 5604962000, 5625413000, 5636146000, 5637453000,
40
- 5682023000, 5718405000, 5722303000, 5760543000, 5769209000, 5772790000, 5880569000, 6110458000,
41
- 6135651000, 6185575000, 6202790000, 6232205000, 6284650000, 6297771000, 6392835000, 6401789000,
42
- 6480914000, 6566872000, 6643031000, 6695443000, 6696088000, 6710689000, 6712966000, 6727715000,
43
- 6733098000, 6783253000, 6805478000, 6875821000, 6904033000, 6971558000, 6972735000,
44
- ];
45
-
46
- const exampleRepoName = 'redotvideo/revideo';
47
- const exampleRepoImage = 'https://avatars.githubusercontent.com/u/133898679';
48
-
49
- export default makeScene2D(function* (view) {
50
- // Get variables
51
- const repoName = useScene().variables.get('repoName', exampleRepoName);
52
- const repoImage = useScene().variables.get('repoImage', exampleRepoImage);
53
- const data = useScene().variables.get('data', exampleData);
54
-
55
- const max = Math.max(...data());
56
- const videoLength = 5; // seconds
57
- const totalValues = data().length;
58
-
59
- // Black background
60
- view.fill('#000000');
61
-
62
- // Calculate coordinates for each timestamp
63
- const linePoints = data().map((ms, i) => {
64
- const x = (ms / max) * view.width();
65
- const xShifted = x - view.width() / 2;
66
-
67
- const y = ((-i / totalValues) * view.height()) / 2;
68
- const yShifted = y + view.height() / 4;
69
-
70
- return new Vector2(xShifted, yShifted);
71
- });
72
-
73
- // Coordinates of the bottom corners
74
- const bottomCorners = [
75
- new Vector2(view.width() / 2, view.height() / 2),
76
- new Vector2(-view.width() / 2, view.height() / 2),
77
- ];
78
-
79
- // Background gradient
80
- const gradient = new Gradient({
81
- type: 'linear',
82
- from: [0, 0],
83
- to: [0, view.height()],
84
- stops: [
85
- {offset: 0, color: '#000000'},
86
- {offset: 1, color: 'green'},
87
- ],
88
- });
89
-
90
- // Refs, used to animate elements
91
- const outerLayoutRef = createRef<Layout>();
92
- const innerLayoutRef = createRef<Layout>();
93
- const rectRef = createRef<Rect>();
94
-
95
- // Add elements to the view
96
- yield view.add(
97
- <>
98
- <>
99
- <Line points={linePoints} lineWidth={30} stroke={'#3EAC45'} />
100
- <Spline points={[...linePoints, ...bottomCorners]} fill={gradient} />
101
- <Rect
102
- ref={rectRef}
103
- x={view.width() / 2}
104
- y={0}
105
- width={view.width() * 2}
106
- height={view.height()}
107
- fill={'#000000'}
108
- />
109
- </>
110
- <Layout
111
- ref={outerLayoutRef}
112
- layout
113
- alignItems={'center'}
114
- gap={40}
115
- x={-870}
116
- y={-400}
117
- offset={[-1, 0]}
118
- >
119
- <Img
120
- src={repoImage()}
121
- width={100}
122
- height={100}
123
- stroke={'#555555'}
124
- lineWidth={8}
125
- strokeFirst={true}
126
- radius={10}
127
- />
128
- <Layout ref={innerLayoutRef} direction={'column'}>
129
- <Txt
130
- fontFamily={'Roboto'}
131
- text={repoName()}
132
- fill={'#ffffff'}
133
- x={-520}
134
- y={-395}
135
- fontSize={50}
136
- fontWeight={600}
137
- />
138
- </Layout>
139
- </Layout>
140
- </>,
141
- );
142
-
143
- // Resize the rectangle to reveal the scene
144
- yield* rectRef().width(0, videoLength);
145
-
146
- // Make rectangle transparent and cover the scene again
147
- rectRef().fill('#00000000');
148
- rectRef().width(view.width() * 2);
149
-
150
- // Cover the scene while the Layout block
151
- // is centered
152
- yield* all(
153
- rectRef().fill('#000000', 2),
154
- outerLayoutRef().x(0, 2),
155
- outerLayoutRef().y(-50, 2),
156
- outerLayoutRef().offset([0, 0], 2),
157
- );
158
-
159
- // Add text with the total number of stars
160
- const starTextRef = createRef<Txt>();
161
- innerLayoutRef().add(
162
- <Txt
163
- fontFamily={'Roboto'}
164
- ref={starTextRef}
165
- text={`${totalValues} stars`}
166
- fill={'#000000'}
167
- x={0}
168
- y={0}
169
- fontSize={40}
170
- fontWeight={500}
171
- marginBottom={-45}
172
- />,
173
- );
174
- yield* all(starTextRef().fill('#ffffff', 2), starTextRef().margin(0, 2));
175
-
176
- // Wait for 2 seconds
177
- yield* waitFor(2);
178
- });
@@ -1,9 +0,0 @@
1
- {
2
- "extends": "@revideo/2d/tsconfig.project.json",
3
- "include": ["src"],
4
- "compilerOptions": {
5
- "noEmit": false,
6
- "outDir": "dist",
7
- "module": "CommonJS"
8
- }
9
- }
@@ -1,6 +0,0 @@
1
- import {defineConfig} from 'vite';
2
- import motionCanvas from '@revideo/vite-plugin';
3
-
4
- export default defineConfig({
5
- plugins: [motionCanvas()],
6
- });
@@ -1,7 +0,0 @@
1
- # Stitching Together Videos
2
-
3
- This is a very simple example demonstrating how you can stitch together multiple videos into one. It also includes a transition animation between the videos.
4
-
5
-
6
- https://github.com/redotvideo/revideo-examples/assets/122226645/6ec23514-e699-4a17-a9a5-02e7e14b207e
7
-