create-video 4.0.419 → 4.0.421
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.
- package/dist/esm/index.mjs +56 -11
- package/dist/pkg-managers.js +1 -1
- package/dist/templates.d.ts +2 -1
- package/dist/templates.js +56 -11
- package/package.json +2 -2
package/dist/esm/index.mjs
CHANGED
|
@@ -108,6 +108,7 @@ var FEATURED_TEMPLATES = [
|
|
|
108
108
|
defaultBranch: "main",
|
|
109
109
|
featuredOnHomePage: "Blank",
|
|
110
110
|
previewURL: "https://template-empty.vercel.app/?/MyComp",
|
|
111
|
+
previewLabel: null,
|
|
111
112
|
templateInMonorepo: "template-blank",
|
|
112
113
|
allowEnableTailwind: true,
|
|
113
114
|
contributedBy: null,
|
|
@@ -130,16 +131,17 @@ var FEATURED_TEMPLATES = [
|
|
|
130
131
|
defaultBranch: "main",
|
|
131
132
|
featuredOnHomePage: "Hello World",
|
|
132
133
|
previewURL: "https://remotion-helloworld.vercel.app/?/HelloWorld",
|
|
134
|
+
previewLabel: null,
|
|
133
135
|
templateInMonorepo: "template-helloworld",
|
|
134
136
|
allowEnableTailwind: true,
|
|
135
137
|
contributedBy: null,
|
|
136
138
|
showStackblitz: true
|
|
137
139
|
},
|
|
138
140
|
{
|
|
139
|
-
homePageLabel: "Next.js
|
|
140
|
-
shortName: "Next.js
|
|
141
|
+
homePageLabel: "Next.js",
|
|
142
|
+
shortName: "Next.js",
|
|
141
143
|
org: "remotion-dev",
|
|
142
|
-
repoName: "template-next-app-dir",
|
|
144
|
+
repoName: "template-next-app-dir-tailwind",
|
|
143
145
|
description: "SaaS template for video generation apps",
|
|
144
146
|
longerDescription: "A SaaS starter kit which has the Remotion Player and rendering via Remotion Lambda built-in. Our recommended choice for people who want to build an app that can generate videos.",
|
|
145
147
|
promoVideo: {
|
|
@@ -152,16 +154,40 @@ var FEATURED_TEMPLATES = [
|
|
|
152
154
|
defaultBranch: "main",
|
|
153
155
|
featuredOnHomePage: "Next.js",
|
|
154
156
|
previewURL: "https://next.remotion.dev",
|
|
155
|
-
templateInMonorepo: "template-next-app",
|
|
157
|
+
templateInMonorepo: "template-next-app-tailwind",
|
|
158
|
+
previewLabel: "Live Demo",
|
|
156
159
|
allowEnableTailwind: false,
|
|
157
160
|
contributedBy: null,
|
|
158
161
|
showStackblitz: true
|
|
159
162
|
},
|
|
160
163
|
{
|
|
161
|
-
homePageLabel: "Next.js (
|
|
162
|
-
shortName: "Next.js (
|
|
164
|
+
homePageLabel: "Next.js (Vercel Sandbox)",
|
|
165
|
+
shortName: "Next.js (Vercel Sandbox)",
|
|
163
166
|
org: "remotion-dev",
|
|
164
|
-
repoName: "template-
|
|
167
|
+
repoName: "template-vercel",
|
|
168
|
+
description: "Render videos on-demand using Vercel Sandbox",
|
|
169
|
+
longerDescription: "A template for rendering videos on-demand using Vercel Sandbox. Spawns ephemeral Linux VMs to render videos and stores them in Vercel Blob storage.",
|
|
170
|
+
cliId: "vercel",
|
|
171
|
+
promoVideo: {
|
|
172
|
+
width: 1280,
|
|
173
|
+
height: 720,
|
|
174
|
+
muxId: "RufnZIJZh6L1MAaeG02jnXuM9pK96tNuHRxmXHbWqCBI"
|
|
175
|
+
},
|
|
176
|
+
type: "video",
|
|
177
|
+
defaultBranch: "main",
|
|
178
|
+
featuredOnHomePage: null,
|
|
179
|
+
previewURL: null,
|
|
180
|
+
templateInMonorepo: "template-vercel",
|
|
181
|
+
allowEnableTailwind: false,
|
|
182
|
+
contributedBy: null,
|
|
183
|
+
showStackblitz: false,
|
|
184
|
+
previewLabel: "Live Demo"
|
|
185
|
+
},
|
|
186
|
+
{
|
|
187
|
+
homePageLabel: "Next.js (No Tailwind)",
|
|
188
|
+
shortName: "Next.js (No Tailwind)",
|
|
189
|
+
org: "remotion-dev",
|
|
190
|
+
repoName: "template-next-app-dir",
|
|
165
191
|
description: "SaaS template for video generation apps",
|
|
166
192
|
longerDescription: "A SaaS starter kit which has the Remotion Player and rendering via Remotion Lambda built-in. Our recommended choice for people who want to build an app that can generate videos.",
|
|
167
193
|
promoVideo: {
|
|
@@ -169,12 +195,13 @@ var FEATURED_TEMPLATES = [
|
|
|
169
195
|
height: 720,
|
|
170
196
|
muxId: "RufnZIJZh6L1MAaeG02jnXuM9pK96tNuHRxmXHbWqCBI"
|
|
171
197
|
},
|
|
172
|
-
cliId: "next-tailwind",
|
|
198
|
+
cliId: "next-no-tailwind",
|
|
173
199
|
type: "video",
|
|
174
200
|
defaultBranch: "main",
|
|
175
201
|
featuredOnHomePage: null,
|
|
176
202
|
previewURL: "https://next.remotion.dev",
|
|
177
|
-
templateInMonorepo: "template-next-app
|
|
203
|
+
templateInMonorepo: "template-next-app",
|
|
204
|
+
previewLabel: "Live Demo",
|
|
178
205
|
allowEnableTailwind: false,
|
|
179
206
|
contributedBy: null,
|
|
180
207
|
showStackblitz: true
|
|
@@ -196,6 +223,7 @@ var FEATURED_TEMPLATES = [
|
|
|
196
223
|
defaultBranch: "main",
|
|
197
224
|
featuredOnHomePage: null,
|
|
198
225
|
previewURL: "https://next.remotion.dev",
|
|
226
|
+
previewLabel: "Live Demo",
|
|
199
227
|
templateInMonorepo: "template-next-pages",
|
|
200
228
|
allowEnableTailwind: false,
|
|
201
229
|
contributedBy: null,
|
|
@@ -218,6 +246,7 @@ var FEATURED_TEMPLATES = [
|
|
|
218
246
|
defaultBranch: "main",
|
|
219
247
|
featuredOnHomePage: null,
|
|
220
248
|
previewURL: null,
|
|
249
|
+
previewLabel: null,
|
|
221
250
|
templateInMonorepo: "template-recorder",
|
|
222
251
|
allowEnableTailwind: false,
|
|
223
252
|
contributedBy: null,
|
|
@@ -238,8 +267,9 @@ var FEATURED_TEMPLATES = [
|
|
|
238
267
|
cliId: "prompt-to-motion-graphics",
|
|
239
268
|
type: "image",
|
|
240
269
|
defaultBranch: "main",
|
|
241
|
-
featuredOnHomePage: "
|
|
242
|
-
previewURL:
|
|
270
|
+
featuredOnHomePage: "Prompt to Motion",
|
|
271
|
+
previewURL: "https://prompt-to-motion-graphics-saas.vercel.app",
|
|
272
|
+
previewLabel: "Live Demo",
|
|
243
273
|
templateInMonorepo: "template-prompt-to-motion-graphics",
|
|
244
274
|
allowEnableTailwind: false,
|
|
245
275
|
contributedBy: "ASchwad",
|
|
@@ -262,6 +292,7 @@ var FEATURED_TEMPLATES = [
|
|
|
262
292
|
defaultBranch: "main",
|
|
263
293
|
featuredOnHomePage: null,
|
|
264
294
|
previewURL: "https://template-helloworld-javascript.vercel.app/?/HelloWorld",
|
|
295
|
+
previewLabel: null,
|
|
265
296
|
templateInMonorepo: "template-javascript",
|
|
266
297
|
allowEnableTailwind: true,
|
|
267
298
|
contributedBy: null,
|
|
@@ -284,6 +315,7 @@ var FEATURED_TEMPLATES = [
|
|
|
284
315
|
defaultBranch: "main",
|
|
285
316
|
featuredOnHomePage: null,
|
|
286
317
|
previewURL: null,
|
|
318
|
+
previewLabel: null,
|
|
287
319
|
templateInMonorepo: "template-render-server",
|
|
288
320
|
allowEnableTailwind: false,
|
|
289
321
|
contributedBy: null,
|
|
@@ -306,6 +338,7 @@ var FEATURED_TEMPLATES = [
|
|
|
306
338
|
defaultBranch: "main",
|
|
307
339
|
featuredOnHomePage: "React Router",
|
|
308
340
|
previewURL: null,
|
|
341
|
+
previewLabel: null,
|
|
309
342
|
templateInMonorepo: "template-react-router",
|
|
310
343
|
allowEnableTailwind: false,
|
|
311
344
|
contributedBy: null,
|
|
@@ -328,6 +361,7 @@ var FEATURED_TEMPLATES = [
|
|
|
328
361
|
defaultBranch: "main",
|
|
329
362
|
featuredOnHomePage: null,
|
|
330
363
|
previewURL: "https://template-three-remotion.vercel.app/",
|
|
364
|
+
previewLabel: null,
|
|
331
365
|
templateInMonorepo: "template-three",
|
|
332
366
|
allowEnableTailwind: false,
|
|
333
367
|
contributedBy: null,
|
|
@@ -350,6 +384,7 @@ var FEATURED_TEMPLATES = [
|
|
|
350
384
|
defaultBranch: "main",
|
|
351
385
|
featuredOnHomePage: null,
|
|
352
386
|
previewURL: "https://template-still.vercel.app/?/PreviewCard",
|
|
387
|
+
previewLabel: null,
|
|
353
388
|
templateInMonorepo: "template-still",
|
|
354
389
|
allowEnableTailwind: false,
|
|
355
390
|
contributedBy: null,
|
|
@@ -372,6 +407,7 @@ var FEATURED_TEMPLATES = [
|
|
|
372
407
|
defaultBranch: "master",
|
|
373
408
|
featuredOnHomePage: null,
|
|
374
409
|
previewURL: null,
|
|
410
|
+
previewLabel: null,
|
|
375
411
|
templateInMonorepo: "template-tts-azure",
|
|
376
412
|
allowEnableTailwind: false,
|
|
377
413
|
contributedBy: null,
|
|
@@ -394,6 +430,7 @@ var FEATURED_TEMPLATES = [
|
|
|
394
430
|
defaultBranch: "master",
|
|
395
431
|
featuredOnHomePage: null,
|
|
396
432
|
previewURL: null,
|
|
433
|
+
previewLabel: null,
|
|
397
434
|
templateInMonorepo: "template-tts-google",
|
|
398
435
|
allowEnableTailwind: false,
|
|
399
436
|
contributedBy: null,
|
|
@@ -416,6 +453,7 @@ var FEATURED_TEMPLATES = [
|
|
|
416
453
|
defaultBranch: "main",
|
|
417
454
|
featuredOnHomePage: null,
|
|
418
455
|
previewURL: "https://template-audiogram-1nrh.vercel.app",
|
|
456
|
+
previewLabel: null,
|
|
419
457
|
templateInMonorepo: "template-audiogram",
|
|
420
458
|
allowEnableTailwind: true,
|
|
421
459
|
contributedBy: null,
|
|
@@ -438,6 +476,7 @@ var FEATURED_TEMPLATES = [
|
|
|
438
476
|
defaultBranch: "main",
|
|
439
477
|
featuredOnHomePage: null,
|
|
440
478
|
previewURL: null,
|
|
479
|
+
previewLabel: null,
|
|
441
480
|
templateInMonorepo: "template-music-visualization",
|
|
442
481
|
allowEnableTailwind: true,
|
|
443
482
|
contributedBy: null,
|
|
@@ -460,6 +499,7 @@ var FEATURED_TEMPLATES = [
|
|
|
460
499
|
defaultBranch: "main",
|
|
461
500
|
featuredOnHomePage: null,
|
|
462
501
|
previewURL: null,
|
|
502
|
+
previewLabel: null,
|
|
463
503
|
templateInMonorepo: "template-prompt-to-video",
|
|
464
504
|
allowEnableTailwind: true,
|
|
465
505
|
contributedBy: "webmonch",
|
|
@@ -482,6 +522,7 @@ var FEATURED_TEMPLATES = [
|
|
|
482
522
|
defaultBranch: "main",
|
|
483
523
|
featuredOnHomePage: null,
|
|
484
524
|
previewURL: null,
|
|
525
|
+
previewLabel: null,
|
|
485
526
|
templateInMonorepo: "template-skia",
|
|
486
527
|
allowEnableTailwind: false,
|
|
487
528
|
contributedBy: null,
|
|
@@ -510,6 +551,7 @@ var FEATURED_TEMPLATES = [
|
|
|
510
551
|
defaultBranch: "main",
|
|
511
552
|
featuredOnHomePage: null,
|
|
512
553
|
previewURL: null,
|
|
554
|
+
previewLabel: null,
|
|
513
555
|
templateInMonorepo: "template-overlay",
|
|
514
556
|
allowEnableTailwind: true,
|
|
515
557
|
contributedBy: null,
|
|
@@ -536,6 +578,7 @@ var FEATURED_TEMPLATES = [
|
|
|
536
578
|
defaultBranch: "main",
|
|
537
579
|
featuredOnHomePage: null,
|
|
538
580
|
previewURL: "https://template-code-hike.vercel.app/",
|
|
581
|
+
previewLabel: null,
|
|
539
582
|
templateInMonorepo: "template-code-hike",
|
|
540
583
|
allowEnableTailwind: false,
|
|
541
584
|
contributedBy: null,
|
|
@@ -558,6 +601,7 @@ var FEATURED_TEMPLATES = [
|
|
|
558
601
|
defaultBranch: "main",
|
|
559
602
|
featuredOnHomePage: null,
|
|
560
603
|
previewURL: null,
|
|
604
|
+
previewLabel: null,
|
|
561
605
|
templateInMonorepo: "template-stargazer",
|
|
562
606
|
allowEnableTailwind: true,
|
|
563
607
|
contributedBy: "pomber",
|
|
@@ -580,6 +624,7 @@ var FEATURED_TEMPLATES = [
|
|
|
580
624
|
defaultBranch: "main",
|
|
581
625
|
featuredOnHomePage: null,
|
|
582
626
|
previewURL: null,
|
|
627
|
+
previewLabel: null,
|
|
583
628
|
templateInMonorepo: "template-tiktok",
|
|
584
629
|
allowEnableTailwind: true,
|
|
585
630
|
contributedBy: null,
|
package/dist/pkg-managers.js
CHANGED
|
@@ -128,7 +128,7 @@ exports.getUpgradeCommand = getUpgradeCommand;
|
|
|
128
128
|
const getDevCommand = (manager, template) => {
|
|
129
129
|
if (template.cliId === 'react-router' ||
|
|
130
130
|
template.cliId === 'next' ||
|
|
131
|
-
template.cliId === 'next-tailwind' ||
|
|
131
|
+
template.cliId === 'next-no-tailwind' ||
|
|
132
132
|
template.cliId === 'next-pages-dir') {
|
|
133
133
|
return `${(0, exports.getRunCommand)(manager)} dev`;
|
|
134
134
|
}
|
package/dist/templates.d.ts
CHANGED
|
@@ -20,10 +20,11 @@ export type Template = {
|
|
|
20
20
|
repoName: string;
|
|
21
21
|
homePageLabel: string;
|
|
22
22
|
longerDescription: string;
|
|
23
|
-
cliId: 'hello-world' | 'javascript' | 'blank' | 'next' | 'next-tailwind' | 'next-pages-dir' | 'react-router' | 'three' | 'still' | 'tts' | 'google-tts' | 'audiogram' | 'music-visualization' | 'prompt-to-video' | 'skia' | 'overlay' | 'stargazer' | 'tiktok' | 'code-hike' | 'render-server' | 'recorder' | 'prompt-to-motion-graphics';
|
|
23
|
+
cliId: 'hello-world' | 'javascript' | 'blank' | 'next' | 'next-no-tailwind' | 'next-pages-dir' | 'react-router' | 'three' | 'still' | 'tts' | 'google-tts' | 'audiogram' | 'music-visualization' | 'prompt-to-video' | 'skia' | 'overlay' | 'stargazer' | 'tiktok' | 'code-hike' | 'render-server' | 'recorder' | 'prompt-to-motion-graphics' | 'vercel';
|
|
24
24
|
defaultBranch: string;
|
|
25
25
|
featuredOnHomePage: string | null;
|
|
26
26
|
previewURL: string | null;
|
|
27
|
+
previewLabel: string | null;
|
|
27
28
|
templateInMonorepo: string;
|
|
28
29
|
allowEnableTailwind: boolean;
|
|
29
30
|
contributedBy: string | null;
|
package/dist/templates.js
CHANGED
|
@@ -22,6 +22,7 @@ exports.FEATURED_TEMPLATES = [
|
|
|
22
22
|
defaultBranch: 'main',
|
|
23
23
|
featuredOnHomePage: 'Blank',
|
|
24
24
|
previewURL: 'https://template-empty.vercel.app/?/MyComp',
|
|
25
|
+
previewLabel: null,
|
|
25
26
|
templateInMonorepo: 'template-blank',
|
|
26
27
|
allowEnableTailwind: true,
|
|
27
28
|
contributedBy: null,
|
|
@@ -44,16 +45,17 @@ exports.FEATURED_TEMPLATES = [
|
|
|
44
45
|
defaultBranch: 'main',
|
|
45
46
|
featuredOnHomePage: 'Hello World',
|
|
46
47
|
previewURL: 'https://remotion-helloworld.vercel.app/?/HelloWorld',
|
|
48
|
+
previewLabel: null,
|
|
47
49
|
templateInMonorepo: 'template-helloworld',
|
|
48
50
|
allowEnableTailwind: true,
|
|
49
51
|
contributedBy: null,
|
|
50
52
|
showStackblitz: true,
|
|
51
53
|
},
|
|
52
54
|
{
|
|
53
|
-
homePageLabel: 'Next.js
|
|
54
|
-
shortName: 'Next.js
|
|
55
|
+
homePageLabel: 'Next.js',
|
|
56
|
+
shortName: 'Next.js',
|
|
55
57
|
org: 'remotion-dev',
|
|
56
|
-
repoName: 'template-next-app-dir',
|
|
58
|
+
repoName: 'template-next-app-dir-tailwind',
|
|
57
59
|
description: 'SaaS template for video generation apps',
|
|
58
60
|
longerDescription: 'A SaaS starter kit which has the Remotion Player and rendering via Remotion Lambda built-in. Our recommended choice for people who want to build an app that can generate videos.',
|
|
59
61
|
promoVideo: {
|
|
@@ -66,16 +68,40 @@ exports.FEATURED_TEMPLATES = [
|
|
|
66
68
|
defaultBranch: 'main',
|
|
67
69
|
featuredOnHomePage: 'Next.js',
|
|
68
70
|
previewURL: 'https://next.remotion.dev',
|
|
69
|
-
templateInMonorepo: 'template-next-app',
|
|
71
|
+
templateInMonorepo: 'template-next-app-tailwind',
|
|
72
|
+
previewLabel: 'Live Demo',
|
|
70
73
|
allowEnableTailwind: false,
|
|
71
74
|
contributedBy: null,
|
|
72
75
|
showStackblitz: true,
|
|
73
76
|
},
|
|
74
77
|
{
|
|
75
|
-
homePageLabel: 'Next.js (
|
|
76
|
-
shortName: 'Next.js (
|
|
78
|
+
homePageLabel: 'Next.js (Vercel Sandbox)',
|
|
79
|
+
shortName: 'Next.js (Vercel Sandbox)',
|
|
77
80
|
org: 'remotion-dev',
|
|
78
|
-
repoName: 'template-
|
|
81
|
+
repoName: 'template-vercel',
|
|
82
|
+
description: 'Render videos on-demand using Vercel Sandbox',
|
|
83
|
+
longerDescription: 'A template for rendering videos on-demand using Vercel Sandbox. Spawns ephemeral Linux VMs to render videos and stores them in Vercel Blob storage.',
|
|
84
|
+
cliId: 'vercel',
|
|
85
|
+
promoVideo: {
|
|
86
|
+
width: 1280,
|
|
87
|
+
height: 720,
|
|
88
|
+
muxId: 'RufnZIJZh6L1MAaeG02jnXuM9pK96tNuHRxmXHbWqCBI',
|
|
89
|
+
},
|
|
90
|
+
type: 'video',
|
|
91
|
+
defaultBranch: 'main',
|
|
92
|
+
featuredOnHomePage: null,
|
|
93
|
+
previewURL: null,
|
|
94
|
+
templateInMonorepo: 'template-vercel',
|
|
95
|
+
allowEnableTailwind: false,
|
|
96
|
+
contributedBy: null,
|
|
97
|
+
showStackblitz: false,
|
|
98
|
+
previewLabel: 'Live Demo',
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
homePageLabel: 'Next.js (No Tailwind)',
|
|
102
|
+
shortName: 'Next.js (No Tailwind)',
|
|
103
|
+
org: 'remotion-dev',
|
|
104
|
+
repoName: 'template-next-app-dir',
|
|
79
105
|
description: 'SaaS template for video generation apps',
|
|
80
106
|
longerDescription: 'A SaaS starter kit which has the Remotion Player and rendering via Remotion Lambda built-in. Our recommended choice for people who want to build an app that can generate videos.',
|
|
81
107
|
promoVideo: {
|
|
@@ -83,12 +109,13 @@ exports.FEATURED_TEMPLATES = [
|
|
|
83
109
|
height: 720,
|
|
84
110
|
muxId: 'RufnZIJZh6L1MAaeG02jnXuM9pK96tNuHRxmXHbWqCBI',
|
|
85
111
|
},
|
|
86
|
-
cliId: 'next-tailwind',
|
|
112
|
+
cliId: 'next-no-tailwind',
|
|
87
113
|
type: 'video',
|
|
88
114
|
defaultBranch: 'main',
|
|
89
115
|
featuredOnHomePage: null,
|
|
90
116
|
previewURL: 'https://next.remotion.dev',
|
|
91
|
-
templateInMonorepo: 'template-next-app
|
|
117
|
+
templateInMonorepo: 'template-next-app',
|
|
118
|
+
previewLabel: 'Live Demo',
|
|
92
119
|
allowEnableTailwind: false,
|
|
93
120
|
contributedBy: null,
|
|
94
121
|
showStackblitz: true,
|
|
@@ -110,6 +137,7 @@ exports.FEATURED_TEMPLATES = [
|
|
|
110
137
|
defaultBranch: 'main',
|
|
111
138
|
featuredOnHomePage: null,
|
|
112
139
|
previewURL: 'https://next.remotion.dev',
|
|
140
|
+
previewLabel: 'Live Demo',
|
|
113
141
|
templateInMonorepo: 'template-next-pages',
|
|
114
142
|
allowEnableTailwind: false,
|
|
115
143
|
contributedBy: null,
|
|
@@ -132,6 +160,7 @@ exports.FEATURED_TEMPLATES = [
|
|
|
132
160
|
defaultBranch: 'main',
|
|
133
161
|
featuredOnHomePage: null,
|
|
134
162
|
previewURL: null,
|
|
163
|
+
previewLabel: null,
|
|
135
164
|
templateInMonorepo: 'template-recorder',
|
|
136
165
|
allowEnableTailwind: false,
|
|
137
166
|
contributedBy: null,
|
|
@@ -152,8 +181,9 @@ exports.FEATURED_TEMPLATES = [
|
|
|
152
181
|
cliId: 'prompt-to-motion-graphics',
|
|
153
182
|
type: 'image',
|
|
154
183
|
defaultBranch: 'main',
|
|
155
|
-
featuredOnHomePage: '
|
|
156
|
-
previewURL:
|
|
184
|
+
featuredOnHomePage: 'Prompt to Motion',
|
|
185
|
+
previewURL: 'https://prompt-to-motion-graphics-saas.vercel.app',
|
|
186
|
+
previewLabel: 'Live Demo',
|
|
157
187
|
templateInMonorepo: 'template-prompt-to-motion-graphics',
|
|
158
188
|
allowEnableTailwind: false,
|
|
159
189
|
contributedBy: 'ASchwad',
|
|
@@ -176,6 +206,7 @@ exports.FEATURED_TEMPLATES = [
|
|
|
176
206
|
defaultBranch: 'main',
|
|
177
207
|
featuredOnHomePage: null,
|
|
178
208
|
previewURL: 'https://template-helloworld-javascript.vercel.app/?/HelloWorld',
|
|
209
|
+
previewLabel: null,
|
|
179
210
|
templateInMonorepo: 'template-javascript',
|
|
180
211
|
allowEnableTailwind: true,
|
|
181
212
|
contributedBy: null,
|
|
@@ -198,6 +229,7 @@ exports.FEATURED_TEMPLATES = [
|
|
|
198
229
|
defaultBranch: 'main',
|
|
199
230
|
featuredOnHomePage: null,
|
|
200
231
|
previewURL: null,
|
|
232
|
+
previewLabel: null,
|
|
201
233
|
templateInMonorepo: 'template-render-server',
|
|
202
234
|
allowEnableTailwind: false,
|
|
203
235
|
contributedBy: null,
|
|
@@ -220,6 +252,7 @@ exports.FEATURED_TEMPLATES = [
|
|
|
220
252
|
defaultBranch: 'main',
|
|
221
253
|
featuredOnHomePage: 'React Router',
|
|
222
254
|
previewURL: null,
|
|
255
|
+
previewLabel: null,
|
|
223
256
|
templateInMonorepo: 'template-react-router',
|
|
224
257
|
allowEnableTailwind: false,
|
|
225
258
|
contributedBy: null,
|
|
@@ -242,6 +275,7 @@ exports.FEATURED_TEMPLATES = [
|
|
|
242
275
|
defaultBranch: 'main',
|
|
243
276
|
featuredOnHomePage: null,
|
|
244
277
|
previewURL: 'https://template-three-remotion.vercel.app/',
|
|
278
|
+
previewLabel: null,
|
|
245
279
|
templateInMonorepo: 'template-three',
|
|
246
280
|
allowEnableTailwind: false,
|
|
247
281
|
contributedBy: null,
|
|
@@ -264,6 +298,7 @@ exports.FEATURED_TEMPLATES = [
|
|
|
264
298
|
defaultBranch: 'main',
|
|
265
299
|
featuredOnHomePage: null,
|
|
266
300
|
previewURL: 'https://template-still.vercel.app/?/PreviewCard',
|
|
301
|
+
previewLabel: null,
|
|
267
302
|
templateInMonorepo: 'template-still',
|
|
268
303
|
allowEnableTailwind: false,
|
|
269
304
|
contributedBy: null,
|
|
@@ -286,6 +321,7 @@ exports.FEATURED_TEMPLATES = [
|
|
|
286
321
|
defaultBranch: 'master',
|
|
287
322
|
featuredOnHomePage: null,
|
|
288
323
|
previewURL: null,
|
|
324
|
+
previewLabel: null,
|
|
289
325
|
templateInMonorepo: 'template-tts-azure',
|
|
290
326
|
allowEnableTailwind: false,
|
|
291
327
|
contributedBy: null,
|
|
@@ -308,6 +344,7 @@ exports.FEATURED_TEMPLATES = [
|
|
|
308
344
|
defaultBranch: 'master',
|
|
309
345
|
featuredOnHomePage: null,
|
|
310
346
|
previewURL: null,
|
|
347
|
+
previewLabel: null,
|
|
311
348
|
templateInMonorepo: 'template-tts-google',
|
|
312
349
|
allowEnableTailwind: false,
|
|
313
350
|
contributedBy: null,
|
|
@@ -330,6 +367,7 @@ exports.FEATURED_TEMPLATES = [
|
|
|
330
367
|
defaultBranch: 'main',
|
|
331
368
|
featuredOnHomePage: null,
|
|
332
369
|
previewURL: 'https://template-audiogram-1nrh.vercel.app',
|
|
370
|
+
previewLabel: null,
|
|
333
371
|
templateInMonorepo: 'template-audiogram',
|
|
334
372
|
allowEnableTailwind: true,
|
|
335
373
|
contributedBy: null,
|
|
@@ -352,6 +390,7 @@ exports.FEATURED_TEMPLATES = [
|
|
|
352
390
|
defaultBranch: 'main',
|
|
353
391
|
featuredOnHomePage: null,
|
|
354
392
|
previewURL: null,
|
|
393
|
+
previewLabel: null,
|
|
355
394
|
templateInMonorepo: 'template-music-visualization',
|
|
356
395
|
allowEnableTailwind: true,
|
|
357
396
|
contributedBy: null,
|
|
@@ -374,6 +413,7 @@ exports.FEATURED_TEMPLATES = [
|
|
|
374
413
|
defaultBranch: 'main',
|
|
375
414
|
featuredOnHomePage: null,
|
|
376
415
|
previewURL: null,
|
|
416
|
+
previewLabel: null,
|
|
377
417
|
templateInMonorepo: 'template-prompt-to-video',
|
|
378
418
|
allowEnableTailwind: true,
|
|
379
419
|
contributedBy: 'webmonch',
|
|
@@ -396,6 +436,7 @@ exports.FEATURED_TEMPLATES = [
|
|
|
396
436
|
defaultBranch: 'main',
|
|
397
437
|
featuredOnHomePage: null,
|
|
398
438
|
previewURL: null,
|
|
439
|
+
previewLabel: null,
|
|
399
440
|
templateInMonorepo: 'template-skia',
|
|
400
441
|
allowEnableTailwind: false,
|
|
401
442
|
contributedBy: null,
|
|
@@ -424,6 +465,7 @@ exports.FEATURED_TEMPLATES = [
|
|
|
424
465
|
defaultBranch: 'main',
|
|
425
466
|
featuredOnHomePage: null,
|
|
426
467
|
previewURL: null,
|
|
468
|
+
previewLabel: null,
|
|
427
469
|
templateInMonorepo: 'template-overlay',
|
|
428
470
|
allowEnableTailwind: true,
|
|
429
471
|
contributedBy: null,
|
|
@@ -450,6 +492,7 @@ exports.FEATURED_TEMPLATES = [
|
|
|
450
492
|
defaultBranch: 'main',
|
|
451
493
|
featuredOnHomePage: null,
|
|
452
494
|
previewURL: 'https://template-code-hike.vercel.app/',
|
|
495
|
+
previewLabel: null,
|
|
453
496
|
templateInMonorepo: 'template-code-hike',
|
|
454
497
|
allowEnableTailwind: false,
|
|
455
498
|
contributedBy: null,
|
|
@@ -472,6 +515,7 @@ exports.FEATURED_TEMPLATES = [
|
|
|
472
515
|
defaultBranch: 'main',
|
|
473
516
|
featuredOnHomePage: null,
|
|
474
517
|
previewURL: null,
|
|
518
|
+
previewLabel: null,
|
|
475
519
|
templateInMonorepo: 'template-stargazer',
|
|
476
520
|
allowEnableTailwind: true,
|
|
477
521
|
contributedBy: 'pomber',
|
|
@@ -494,6 +538,7 @@ exports.FEATURED_TEMPLATES = [
|
|
|
494
538
|
defaultBranch: 'main',
|
|
495
539
|
featuredOnHomePage: null,
|
|
496
540
|
previewURL: null,
|
|
541
|
+
previewLabel: null,
|
|
497
542
|
templateInMonorepo: 'template-tiktok',
|
|
498
543
|
allowEnableTailwind: true,
|
|
499
544
|
contributedBy: null,
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"url": "https://github.com/remotion-dev/remotion/tree/main/packages/create-video"
|
|
4
4
|
},
|
|
5
5
|
"name": "create-video",
|
|
6
|
-
"version": "4.0.
|
|
6
|
+
"version": "4.0.421",
|
|
7
7
|
"description": "Create a new Remotion project",
|
|
8
8
|
"main": "dist/index.js",
|
|
9
9
|
"bin": {
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"@types/prompts": "^2.0.12",
|
|
30
30
|
"@types/tar": "6.1.1",
|
|
31
31
|
"react": "19.2.3",
|
|
32
|
-
"@remotion/eslint-config-internal": "4.0.
|
|
32
|
+
"@remotion/eslint-config-internal": "4.0.421",
|
|
33
33
|
"eslint": "9.19.0"
|
|
34
34
|
},
|
|
35
35
|
"exports": {
|