create-video 4.0.370 → 4.0.372
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 +63 -21
- package/dist/list-of-remotion-packages.js +1 -0
- package/dist/prompts.js +0 -1
- package/dist/templates.d.ts +2 -1
- package/dist/templates.js +41 -0
- package/package.json +2 -2
package/dist/esm/index.mjs
CHANGED
|
@@ -79,7 +79,8 @@ var listOfRemotionPackages = [
|
|
|
79
79
|
"@remotion/example-videos",
|
|
80
80
|
"@remotion/whisper-web",
|
|
81
81
|
"@remotion/media",
|
|
82
|
-
"@remotion/web-renderer"
|
|
82
|
+
"@remotion/web-renderer",
|
|
83
|
+
"@remotion/design"
|
|
83
84
|
];
|
|
84
85
|
|
|
85
86
|
// src/templates.ts
|
|
@@ -105,7 +106,8 @@ var FEATURED_TEMPLATES = [
|
|
|
105
106
|
featuredOnHomePage: "Hello World",
|
|
106
107
|
previewURL: "https://remotion-helloworld.vercel.app/?/HelloWorld",
|
|
107
108
|
templateInMonorepo: "template-helloworld",
|
|
108
|
-
allowEnableTailwind: true
|
|
109
|
+
allowEnableTailwind: true,
|
|
110
|
+
contributedBy: null
|
|
109
111
|
},
|
|
110
112
|
{
|
|
111
113
|
homePageLabel: "Next.js (App dir)",
|
|
@@ -125,7 +127,8 @@ var FEATURED_TEMPLATES = [
|
|
|
125
127
|
featuredOnHomePage: "Next.js",
|
|
126
128
|
previewURL: "https://next.remotion.dev",
|
|
127
129
|
templateInMonorepo: "template-next-app",
|
|
128
|
-
allowEnableTailwind: false
|
|
130
|
+
allowEnableTailwind: false,
|
|
131
|
+
contributedBy: null
|
|
129
132
|
},
|
|
130
133
|
{
|
|
131
134
|
homePageLabel: "Next.js (App dir + TailwindCSS)",
|
|
@@ -145,7 +148,8 @@ var FEATURED_TEMPLATES = [
|
|
|
145
148
|
featuredOnHomePage: null,
|
|
146
149
|
previewURL: "https://next.remotion.dev",
|
|
147
150
|
templateInMonorepo: "template-next-app-tailwind",
|
|
148
|
-
allowEnableTailwind: false
|
|
151
|
+
allowEnableTailwind: false,
|
|
152
|
+
contributedBy: null
|
|
149
153
|
},
|
|
150
154
|
{
|
|
151
155
|
homePageLabel: "Next.js (Pages dir)",
|
|
@@ -165,7 +169,8 @@ var FEATURED_TEMPLATES = [
|
|
|
165
169
|
featuredOnHomePage: null,
|
|
166
170
|
previewURL: "https://next.remotion.dev",
|
|
167
171
|
templateInMonorepo: "template-next-pages",
|
|
168
|
-
allowEnableTailwind: false
|
|
172
|
+
allowEnableTailwind: false,
|
|
173
|
+
contributedBy: null
|
|
169
174
|
},
|
|
170
175
|
{
|
|
171
176
|
homePageLabel: "Blank",
|
|
@@ -185,7 +190,8 @@ var FEATURED_TEMPLATES = [
|
|
|
185
190
|
featuredOnHomePage: "Blank",
|
|
186
191
|
previewURL: "https://template-empty.vercel.app/?/MyComp",
|
|
187
192
|
templateInMonorepo: "template-blank",
|
|
188
|
-
allowEnableTailwind: true
|
|
193
|
+
allowEnableTailwind: true,
|
|
194
|
+
contributedBy: null
|
|
189
195
|
},
|
|
190
196
|
{
|
|
191
197
|
homePageLabel: "Recorder",
|
|
@@ -205,7 +211,8 @@ var FEATURED_TEMPLATES = [
|
|
|
205
211
|
featuredOnHomePage: null,
|
|
206
212
|
previewURL: null,
|
|
207
213
|
templateInMonorepo: "template-recorder",
|
|
208
|
-
allowEnableTailwind: false
|
|
214
|
+
allowEnableTailwind: false,
|
|
215
|
+
contributedBy: null
|
|
209
216
|
},
|
|
210
217
|
{
|
|
211
218
|
homePageLabel: "JavaScript",
|
|
@@ -225,7 +232,8 @@ var FEATURED_TEMPLATES = [
|
|
|
225
232
|
featuredOnHomePage: null,
|
|
226
233
|
previewURL: "https://template-helloworld-javascript.vercel.app/?/HelloWorld",
|
|
227
234
|
templateInMonorepo: "template-javascript",
|
|
228
|
-
allowEnableTailwind: true
|
|
235
|
+
allowEnableTailwind: true,
|
|
236
|
+
contributedBy: null
|
|
229
237
|
},
|
|
230
238
|
{
|
|
231
239
|
homePageLabel: "Render Server (Express.js)",
|
|
@@ -245,7 +253,8 @@ var FEATURED_TEMPLATES = [
|
|
|
245
253
|
featuredOnHomePage: null,
|
|
246
254
|
previewURL: null,
|
|
247
255
|
templateInMonorepo: "template-render-server",
|
|
248
|
-
allowEnableTailwind: false
|
|
256
|
+
allowEnableTailwind: false,
|
|
257
|
+
contributedBy: null
|
|
249
258
|
},
|
|
250
259
|
{
|
|
251
260
|
homePageLabel: "React Router 7",
|
|
@@ -265,7 +274,8 @@ var FEATURED_TEMPLATES = [
|
|
|
265
274
|
featuredOnHomePage: "React Router",
|
|
266
275
|
previewURL: null,
|
|
267
276
|
templateInMonorepo: "template-react-router",
|
|
268
|
-
allowEnableTailwind: false
|
|
277
|
+
allowEnableTailwind: false,
|
|
278
|
+
contributedBy: null
|
|
269
279
|
},
|
|
270
280
|
{
|
|
271
281
|
homePageLabel: "3D",
|
|
@@ -285,7 +295,8 @@ var FEATURED_TEMPLATES = [
|
|
|
285
295
|
featuredOnHomePage: null,
|
|
286
296
|
previewURL: "https://template-three-remotion.vercel.app/",
|
|
287
297
|
templateInMonorepo: "template-three",
|
|
288
|
-
allowEnableTailwind: false
|
|
298
|
+
allowEnableTailwind: false,
|
|
299
|
+
contributedBy: null
|
|
289
300
|
},
|
|
290
301
|
{
|
|
291
302
|
homePageLabel: "Stills",
|
|
@@ -305,7 +316,8 @@ var FEATURED_TEMPLATES = [
|
|
|
305
316
|
featuredOnHomePage: null,
|
|
306
317
|
previewURL: "https://template-still.vercel.app/?/PreviewCard",
|
|
307
318
|
templateInMonorepo: "template-still",
|
|
308
|
-
allowEnableTailwind: false
|
|
319
|
+
allowEnableTailwind: false,
|
|
320
|
+
contributedBy: null
|
|
309
321
|
},
|
|
310
322
|
{
|
|
311
323
|
homePageLabel: "Text-To-Speech (Azure)",
|
|
@@ -325,7 +337,8 @@ var FEATURED_TEMPLATES = [
|
|
|
325
337
|
featuredOnHomePage: null,
|
|
326
338
|
previewURL: null,
|
|
327
339
|
templateInMonorepo: "template-tts-azure",
|
|
328
|
-
allowEnableTailwind: false
|
|
340
|
+
allowEnableTailwind: false,
|
|
341
|
+
contributedBy: null
|
|
329
342
|
},
|
|
330
343
|
{
|
|
331
344
|
homePageLabel: "Text-To-Speech (Google)",
|
|
@@ -345,7 +358,8 @@ var FEATURED_TEMPLATES = [
|
|
|
345
358
|
featuredOnHomePage: null,
|
|
346
359
|
previewURL: null,
|
|
347
360
|
templateInMonorepo: "template-tts-google",
|
|
348
|
-
allowEnableTailwind: false
|
|
361
|
+
allowEnableTailwind: false,
|
|
362
|
+
contributedBy: null
|
|
349
363
|
},
|
|
350
364
|
{
|
|
351
365
|
homePageLabel: "Audiogram",
|
|
@@ -365,7 +379,8 @@ var FEATURED_TEMPLATES = [
|
|
|
365
379
|
featuredOnHomePage: null,
|
|
366
380
|
previewURL: "https://template-audiogram-1nrh.vercel.app",
|
|
367
381
|
templateInMonorepo: "template-audiogram",
|
|
368
|
-
allowEnableTailwind: true
|
|
382
|
+
allowEnableTailwind: true,
|
|
383
|
+
contributedBy: null
|
|
369
384
|
},
|
|
370
385
|
{
|
|
371
386
|
homePageLabel: "Music Visualization",
|
|
@@ -385,7 +400,29 @@ var FEATURED_TEMPLATES = [
|
|
|
385
400
|
featuredOnHomePage: null,
|
|
386
401
|
previewURL: null,
|
|
387
402
|
templateInMonorepo: "template-music-visualization",
|
|
388
|
-
allowEnableTailwind: true
|
|
403
|
+
allowEnableTailwind: true,
|
|
404
|
+
contributedBy: null
|
|
405
|
+
},
|
|
406
|
+
{
|
|
407
|
+
homePageLabel: "Prompt to Video",
|
|
408
|
+
shortName: "Prompt to Video",
|
|
409
|
+
org: "remotion-dev",
|
|
410
|
+
repoName: "template-prompt-to-video",
|
|
411
|
+
description: "Create a story with images and voiceover from a prompt",
|
|
412
|
+
longerDescription: "A template that turns prompts into short videos with a script, images and voiceover. Uses OpenAI and ElevenLabs to generate the content.",
|
|
413
|
+
promoVideo: {
|
|
414
|
+
muxId: "FGl01Rw6c5YOjBCTdVhn5wrmVaRWDOjDeT28iY3Sv47w",
|
|
415
|
+
height: 1920,
|
|
416
|
+
width: 1080
|
|
417
|
+
},
|
|
418
|
+
cliId: "prompt-to-video",
|
|
419
|
+
type: "video",
|
|
420
|
+
defaultBranch: "main",
|
|
421
|
+
featuredOnHomePage: null,
|
|
422
|
+
previewURL: null,
|
|
423
|
+
templateInMonorepo: "template-prompt-to-video",
|
|
424
|
+
allowEnableTailwind: true,
|
|
425
|
+
contributedBy: "webmonch"
|
|
389
426
|
},
|
|
390
427
|
{
|
|
391
428
|
homePageLabel: "Skia",
|
|
@@ -405,7 +442,8 @@ var FEATURED_TEMPLATES = [
|
|
|
405
442
|
featuredOnHomePage: null,
|
|
406
443
|
previewURL: null,
|
|
407
444
|
templateInMonorepo: "template-skia",
|
|
408
|
-
allowEnableTailwind: false
|
|
445
|
+
allowEnableTailwind: false,
|
|
446
|
+
contributedBy: null
|
|
409
447
|
},
|
|
410
448
|
{
|
|
411
449
|
homePageLabel: "Overlay",
|
|
@@ -431,7 +469,8 @@ var FEATURED_TEMPLATES = [
|
|
|
431
469
|
featuredOnHomePage: null,
|
|
432
470
|
previewURL: null,
|
|
433
471
|
templateInMonorepo: "template-overlay",
|
|
434
|
-
allowEnableTailwind: true
|
|
472
|
+
allowEnableTailwind: true,
|
|
473
|
+
contributedBy: null
|
|
435
474
|
},
|
|
436
475
|
{
|
|
437
476
|
homePageLabel: "Code Hike",
|
|
@@ -455,7 +494,8 @@ var FEATURED_TEMPLATES = [
|
|
|
455
494
|
featuredOnHomePage: null,
|
|
456
495
|
previewURL: "https://template-code-hike.vercel.app/",
|
|
457
496
|
templateInMonorepo: "template-code-hike",
|
|
458
|
-
allowEnableTailwind: false
|
|
497
|
+
allowEnableTailwind: false,
|
|
498
|
+
contributedBy: null
|
|
459
499
|
},
|
|
460
500
|
{
|
|
461
501
|
homePageLabel: "Stargazer",
|
|
@@ -475,7 +515,8 @@ var FEATURED_TEMPLATES = [
|
|
|
475
515
|
featuredOnHomePage: null,
|
|
476
516
|
previewURL: null,
|
|
477
517
|
templateInMonorepo: "template-stargazer",
|
|
478
|
-
allowEnableTailwind: true
|
|
518
|
+
allowEnableTailwind: true,
|
|
519
|
+
contributedBy: null
|
|
479
520
|
},
|
|
480
521
|
{
|
|
481
522
|
homePageLabel: "TikTok",
|
|
@@ -495,7 +536,8 @@ var FEATURED_TEMPLATES = [
|
|
|
495
536
|
featuredOnHomePage: null,
|
|
496
537
|
previewURL: null,
|
|
497
538
|
templateInMonorepo: "template-tiktok",
|
|
498
|
-
allowEnableTailwind: true
|
|
539
|
+
allowEnableTailwind: true,
|
|
540
|
+
contributedBy: null
|
|
499
541
|
}
|
|
500
542
|
].filter(truthy);
|
|
501
543
|
var PAID_TEMPLATES = [
|
package/dist/prompts.js
CHANGED
package/dist/templates.d.ts
CHANGED
|
@@ -20,12 +20,13 @@ 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' | 'skia' | 'overlay' | 'stargazer' | 'tiktok' | 'code-hike' | 'render-server' | 'recorder'
|
|
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';
|
|
24
24
|
defaultBranch: string;
|
|
25
25
|
featuredOnHomePage: string | null;
|
|
26
26
|
previewURL: string | null;
|
|
27
27
|
templateInMonorepo: string;
|
|
28
28
|
allowEnableTailwind: boolean;
|
|
29
|
+
contributedBy: string | null;
|
|
29
30
|
} & DynamicTemplate;
|
|
30
31
|
export declare const FEATURED_TEMPLATES: Template[];
|
|
31
32
|
export declare const PAID_TEMPLATES: {
|
package/dist/templates.js
CHANGED
|
@@ -24,6 +24,7 @@ exports.FEATURED_TEMPLATES = [
|
|
|
24
24
|
previewURL: 'https://remotion-helloworld.vercel.app/?/HelloWorld',
|
|
25
25
|
templateInMonorepo: 'template-helloworld',
|
|
26
26
|
allowEnableTailwind: true,
|
|
27
|
+
contributedBy: null,
|
|
27
28
|
},
|
|
28
29
|
{
|
|
29
30
|
homePageLabel: 'Next.js (App dir)',
|
|
@@ -44,6 +45,7 @@ exports.FEATURED_TEMPLATES = [
|
|
|
44
45
|
previewURL: 'https://next.remotion.dev',
|
|
45
46
|
templateInMonorepo: 'template-next-app',
|
|
46
47
|
allowEnableTailwind: false,
|
|
48
|
+
contributedBy: null,
|
|
47
49
|
},
|
|
48
50
|
{
|
|
49
51
|
homePageLabel: 'Next.js (App dir + TailwindCSS)',
|
|
@@ -64,6 +66,7 @@ exports.FEATURED_TEMPLATES = [
|
|
|
64
66
|
previewURL: 'https://next.remotion.dev',
|
|
65
67
|
templateInMonorepo: 'template-next-app-tailwind',
|
|
66
68
|
allowEnableTailwind: false,
|
|
69
|
+
contributedBy: null,
|
|
67
70
|
},
|
|
68
71
|
{
|
|
69
72
|
homePageLabel: 'Next.js (Pages dir)',
|
|
@@ -84,6 +87,7 @@ exports.FEATURED_TEMPLATES = [
|
|
|
84
87
|
previewURL: 'https://next.remotion.dev',
|
|
85
88
|
templateInMonorepo: 'template-next-pages',
|
|
86
89
|
allowEnableTailwind: false,
|
|
90
|
+
contributedBy: null,
|
|
87
91
|
},
|
|
88
92
|
{
|
|
89
93
|
homePageLabel: 'Blank',
|
|
@@ -104,6 +108,7 @@ exports.FEATURED_TEMPLATES = [
|
|
|
104
108
|
previewURL: 'https://template-empty.vercel.app/?/MyComp',
|
|
105
109
|
templateInMonorepo: 'template-blank',
|
|
106
110
|
allowEnableTailwind: true,
|
|
111
|
+
contributedBy: null,
|
|
107
112
|
},
|
|
108
113
|
{
|
|
109
114
|
homePageLabel: 'Recorder',
|
|
@@ -124,6 +129,7 @@ exports.FEATURED_TEMPLATES = [
|
|
|
124
129
|
previewURL: null,
|
|
125
130
|
templateInMonorepo: 'template-recorder',
|
|
126
131
|
allowEnableTailwind: false,
|
|
132
|
+
contributedBy: null,
|
|
127
133
|
},
|
|
128
134
|
{
|
|
129
135
|
homePageLabel: 'JavaScript',
|
|
@@ -144,6 +150,7 @@ exports.FEATURED_TEMPLATES = [
|
|
|
144
150
|
previewURL: 'https://template-helloworld-javascript.vercel.app/?/HelloWorld',
|
|
145
151
|
templateInMonorepo: 'template-javascript',
|
|
146
152
|
allowEnableTailwind: true,
|
|
153
|
+
contributedBy: null,
|
|
147
154
|
},
|
|
148
155
|
{
|
|
149
156
|
homePageLabel: 'Render Server (Express.js)',
|
|
@@ -164,6 +171,7 @@ exports.FEATURED_TEMPLATES = [
|
|
|
164
171
|
previewURL: null,
|
|
165
172
|
templateInMonorepo: 'template-render-server',
|
|
166
173
|
allowEnableTailwind: false,
|
|
174
|
+
contributedBy: null,
|
|
167
175
|
},
|
|
168
176
|
{
|
|
169
177
|
homePageLabel: 'React Router 7',
|
|
@@ -184,6 +192,7 @@ exports.FEATURED_TEMPLATES = [
|
|
|
184
192
|
previewURL: null,
|
|
185
193
|
templateInMonorepo: 'template-react-router',
|
|
186
194
|
allowEnableTailwind: false,
|
|
195
|
+
contributedBy: null,
|
|
187
196
|
},
|
|
188
197
|
{
|
|
189
198
|
homePageLabel: '3D',
|
|
@@ -204,6 +213,7 @@ exports.FEATURED_TEMPLATES = [
|
|
|
204
213
|
previewURL: 'https://template-three-remotion.vercel.app/',
|
|
205
214
|
templateInMonorepo: 'template-three',
|
|
206
215
|
allowEnableTailwind: false,
|
|
216
|
+
contributedBy: null,
|
|
207
217
|
},
|
|
208
218
|
{
|
|
209
219
|
homePageLabel: 'Stills',
|
|
@@ -224,6 +234,7 @@ exports.FEATURED_TEMPLATES = [
|
|
|
224
234
|
previewURL: 'https://template-still.vercel.app/?/PreviewCard',
|
|
225
235
|
templateInMonorepo: 'template-still',
|
|
226
236
|
allowEnableTailwind: false,
|
|
237
|
+
contributedBy: null,
|
|
227
238
|
},
|
|
228
239
|
{
|
|
229
240
|
homePageLabel: 'Text-To-Speech (Azure)',
|
|
@@ -244,6 +255,7 @@ exports.FEATURED_TEMPLATES = [
|
|
|
244
255
|
previewURL: null,
|
|
245
256
|
templateInMonorepo: 'template-tts-azure',
|
|
246
257
|
allowEnableTailwind: false,
|
|
258
|
+
contributedBy: null,
|
|
247
259
|
},
|
|
248
260
|
{
|
|
249
261
|
homePageLabel: 'Text-To-Speech (Google)',
|
|
@@ -264,6 +276,7 @@ exports.FEATURED_TEMPLATES = [
|
|
|
264
276
|
previewURL: null,
|
|
265
277
|
templateInMonorepo: 'template-tts-google',
|
|
266
278
|
allowEnableTailwind: false,
|
|
279
|
+
contributedBy: null,
|
|
267
280
|
},
|
|
268
281
|
{
|
|
269
282
|
homePageLabel: 'Audiogram',
|
|
@@ -284,6 +297,7 @@ exports.FEATURED_TEMPLATES = [
|
|
|
284
297
|
previewURL: 'https://template-audiogram-1nrh.vercel.app',
|
|
285
298
|
templateInMonorepo: 'template-audiogram',
|
|
286
299
|
allowEnableTailwind: true,
|
|
300
|
+
contributedBy: null,
|
|
287
301
|
},
|
|
288
302
|
{
|
|
289
303
|
homePageLabel: 'Music Visualization',
|
|
@@ -304,6 +318,28 @@ exports.FEATURED_TEMPLATES = [
|
|
|
304
318
|
previewURL: null,
|
|
305
319
|
templateInMonorepo: 'template-music-visualization',
|
|
306
320
|
allowEnableTailwind: true,
|
|
321
|
+
contributedBy: null,
|
|
322
|
+
},
|
|
323
|
+
{
|
|
324
|
+
homePageLabel: 'Prompt to Video',
|
|
325
|
+
shortName: 'Prompt to Video',
|
|
326
|
+
org: 'remotion-dev',
|
|
327
|
+
repoName: 'template-prompt-to-video',
|
|
328
|
+
description: 'Create a story with images and voiceover from a prompt',
|
|
329
|
+
longerDescription: 'A template that turns prompts into short videos with a script, images and voiceover. Uses OpenAI and ElevenLabs to generate the content.',
|
|
330
|
+
promoVideo: {
|
|
331
|
+
muxId: 'FGl01Rw6c5YOjBCTdVhn5wrmVaRWDOjDeT28iY3Sv47w',
|
|
332
|
+
height: 1920,
|
|
333
|
+
width: 1080,
|
|
334
|
+
},
|
|
335
|
+
cliId: 'prompt-to-video',
|
|
336
|
+
type: 'video',
|
|
337
|
+
defaultBranch: 'main',
|
|
338
|
+
featuredOnHomePage: null,
|
|
339
|
+
previewURL: null,
|
|
340
|
+
templateInMonorepo: 'template-prompt-to-video',
|
|
341
|
+
allowEnableTailwind: true,
|
|
342
|
+
contributedBy: 'webmonch',
|
|
307
343
|
},
|
|
308
344
|
{
|
|
309
345
|
homePageLabel: 'Skia',
|
|
@@ -324,6 +360,7 @@ exports.FEATURED_TEMPLATES = [
|
|
|
324
360
|
previewURL: null,
|
|
325
361
|
templateInMonorepo: 'template-skia',
|
|
326
362
|
allowEnableTailwind: false,
|
|
363
|
+
contributedBy: null,
|
|
327
364
|
},
|
|
328
365
|
{
|
|
329
366
|
homePageLabel: 'Overlay',
|
|
@@ -350,6 +387,7 @@ exports.FEATURED_TEMPLATES = [
|
|
|
350
387
|
previewURL: null,
|
|
351
388
|
templateInMonorepo: 'template-overlay',
|
|
352
389
|
allowEnableTailwind: true,
|
|
390
|
+
contributedBy: null,
|
|
353
391
|
},
|
|
354
392
|
{
|
|
355
393
|
homePageLabel: 'Code Hike',
|
|
@@ -374,6 +412,7 @@ exports.FEATURED_TEMPLATES = [
|
|
|
374
412
|
previewURL: 'https://template-code-hike.vercel.app/',
|
|
375
413
|
templateInMonorepo: 'template-code-hike',
|
|
376
414
|
allowEnableTailwind: false,
|
|
415
|
+
contributedBy: null,
|
|
377
416
|
},
|
|
378
417
|
{
|
|
379
418
|
homePageLabel: 'Stargazer',
|
|
@@ -394,6 +433,7 @@ exports.FEATURED_TEMPLATES = [
|
|
|
394
433
|
previewURL: null,
|
|
395
434
|
templateInMonorepo: 'template-stargazer',
|
|
396
435
|
allowEnableTailwind: true,
|
|
436
|
+
contributedBy: null,
|
|
397
437
|
},
|
|
398
438
|
{
|
|
399
439
|
homePageLabel: 'TikTok',
|
|
@@ -414,6 +454,7 @@ exports.FEATURED_TEMPLATES = [
|
|
|
414
454
|
previewURL: null,
|
|
415
455
|
templateInMonorepo: 'template-tiktok',
|
|
416
456
|
allowEnableTailwind: true,
|
|
457
|
+
contributedBy: null,
|
|
417
458
|
},
|
|
418
459
|
].filter(truthy);
|
|
419
460
|
exports.PAID_TEMPLATES = [
|
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.372",
|
|
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.0.0",
|
|
32
|
-
"@remotion/eslint-config-internal": "4.0.
|
|
32
|
+
"@remotion/eslint-config-internal": "4.0.372",
|
|
33
33
|
"eslint": "9.19.0"
|
|
34
34
|
},
|
|
35
35
|
"exports": {
|