create-video 4.0.371 → 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.
@@ -106,7 +106,8 @@ var FEATURED_TEMPLATES = [
106
106
  featuredOnHomePage: "Hello World",
107
107
  previewURL: "https://remotion-helloworld.vercel.app/?/HelloWorld",
108
108
  templateInMonorepo: "template-helloworld",
109
- allowEnableTailwind: true
109
+ allowEnableTailwind: true,
110
+ contributedBy: null
110
111
  },
111
112
  {
112
113
  homePageLabel: "Next.js (App dir)",
@@ -126,7 +127,8 @@ var FEATURED_TEMPLATES = [
126
127
  featuredOnHomePage: "Next.js",
127
128
  previewURL: "https://next.remotion.dev",
128
129
  templateInMonorepo: "template-next-app",
129
- allowEnableTailwind: false
130
+ allowEnableTailwind: false,
131
+ contributedBy: null
130
132
  },
131
133
  {
132
134
  homePageLabel: "Next.js (App dir + TailwindCSS)",
@@ -146,7 +148,8 @@ var FEATURED_TEMPLATES = [
146
148
  featuredOnHomePage: null,
147
149
  previewURL: "https://next.remotion.dev",
148
150
  templateInMonorepo: "template-next-app-tailwind",
149
- allowEnableTailwind: false
151
+ allowEnableTailwind: false,
152
+ contributedBy: null
150
153
  },
151
154
  {
152
155
  homePageLabel: "Next.js (Pages dir)",
@@ -166,7 +169,8 @@ var FEATURED_TEMPLATES = [
166
169
  featuredOnHomePage: null,
167
170
  previewURL: "https://next.remotion.dev",
168
171
  templateInMonorepo: "template-next-pages",
169
- allowEnableTailwind: false
172
+ allowEnableTailwind: false,
173
+ contributedBy: null
170
174
  },
171
175
  {
172
176
  homePageLabel: "Blank",
@@ -186,7 +190,8 @@ var FEATURED_TEMPLATES = [
186
190
  featuredOnHomePage: "Blank",
187
191
  previewURL: "https://template-empty.vercel.app/?/MyComp",
188
192
  templateInMonorepo: "template-blank",
189
- allowEnableTailwind: true
193
+ allowEnableTailwind: true,
194
+ contributedBy: null
190
195
  },
191
196
  {
192
197
  homePageLabel: "Recorder",
@@ -206,7 +211,8 @@ var FEATURED_TEMPLATES = [
206
211
  featuredOnHomePage: null,
207
212
  previewURL: null,
208
213
  templateInMonorepo: "template-recorder",
209
- allowEnableTailwind: false
214
+ allowEnableTailwind: false,
215
+ contributedBy: null
210
216
  },
211
217
  {
212
218
  homePageLabel: "JavaScript",
@@ -226,7 +232,8 @@ var FEATURED_TEMPLATES = [
226
232
  featuredOnHomePage: null,
227
233
  previewURL: "https://template-helloworld-javascript.vercel.app/?/HelloWorld",
228
234
  templateInMonorepo: "template-javascript",
229
- allowEnableTailwind: true
235
+ allowEnableTailwind: true,
236
+ contributedBy: null
230
237
  },
231
238
  {
232
239
  homePageLabel: "Render Server (Express.js)",
@@ -246,7 +253,8 @@ var FEATURED_TEMPLATES = [
246
253
  featuredOnHomePage: null,
247
254
  previewURL: null,
248
255
  templateInMonorepo: "template-render-server",
249
- allowEnableTailwind: false
256
+ allowEnableTailwind: false,
257
+ contributedBy: null
250
258
  },
251
259
  {
252
260
  homePageLabel: "React Router 7",
@@ -266,7 +274,8 @@ var FEATURED_TEMPLATES = [
266
274
  featuredOnHomePage: "React Router",
267
275
  previewURL: null,
268
276
  templateInMonorepo: "template-react-router",
269
- allowEnableTailwind: false
277
+ allowEnableTailwind: false,
278
+ contributedBy: null
270
279
  },
271
280
  {
272
281
  homePageLabel: "3D",
@@ -286,7 +295,8 @@ var FEATURED_TEMPLATES = [
286
295
  featuredOnHomePage: null,
287
296
  previewURL: "https://template-three-remotion.vercel.app/",
288
297
  templateInMonorepo: "template-three",
289
- allowEnableTailwind: false
298
+ allowEnableTailwind: false,
299
+ contributedBy: null
290
300
  },
291
301
  {
292
302
  homePageLabel: "Stills",
@@ -306,7 +316,8 @@ var FEATURED_TEMPLATES = [
306
316
  featuredOnHomePage: null,
307
317
  previewURL: "https://template-still.vercel.app/?/PreviewCard",
308
318
  templateInMonorepo: "template-still",
309
- allowEnableTailwind: false
319
+ allowEnableTailwind: false,
320
+ contributedBy: null
310
321
  },
311
322
  {
312
323
  homePageLabel: "Text-To-Speech (Azure)",
@@ -326,7 +337,8 @@ var FEATURED_TEMPLATES = [
326
337
  featuredOnHomePage: null,
327
338
  previewURL: null,
328
339
  templateInMonorepo: "template-tts-azure",
329
- allowEnableTailwind: false
340
+ allowEnableTailwind: false,
341
+ contributedBy: null
330
342
  },
331
343
  {
332
344
  homePageLabel: "Text-To-Speech (Google)",
@@ -346,7 +358,8 @@ var FEATURED_TEMPLATES = [
346
358
  featuredOnHomePage: null,
347
359
  previewURL: null,
348
360
  templateInMonorepo: "template-tts-google",
349
- allowEnableTailwind: false
361
+ allowEnableTailwind: false,
362
+ contributedBy: null
350
363
  },
351
364
  {
352
365
  homePageLabel: "Audiogram",
@@ -366,7 +379,8 @@ var FEATURED_TEMPLATES = [
366
379
  featuredOnHomePage: null,
367
380
  previewURL: "https://template-audiogram-1nrh.vercel.app",
368
381
  templateInMonorepo: "template-audiogram",
369
- allowEnableTailwind: true
382
+ allowEnableTailwind: true,
383
+ contributedBy: null
370
384
  },
371
385
  {
372
386
  homePageLabel: "Music Visualization",
@@ -386,7 +400,8 @@ var FEATURED_TEMPLATES = [
386
400
  featuredOnHomePage: null,
387
401
  previewURL: null,
388
402
  templateInMonorepo: "template-music-visualization",
389
- allowEnableTailwind: true
403
+ allowEnableTailwind: true,
404
+ contributedBy: null
390
405
  },
391
406
  {
392
407
  homePageLabel: "Prompt to Video",
@@ -406,7 +421,8 @@ var FEATURED_TEMPLATES = [
406
421
  featuredOnHomePage: null,
407
422
  previewURL: null,
408
423
  templateInMonorepo: "template-prompt-to-video",
409
- allowEnableTailwind: true
424
+ allowEnableTailwind: true,
425
+ contributedBy: "webmonch"
410
426
  },
411
427
  {
412
428
  homePageLabel: "Skia",
@@ -426,7 +442,8 @@ var FEATURED_TEMPLATES = [
426
442
  featuredOnHomePage: null,
427
443
  previewURL: null,
428
444
  templateInMonorepo: "template-skia",
429
- allowEnableTailwind: false
445
+ allowEnableTailwind: false,
446
+ contributedBy: null
430
447
  },
431
448
  {
432
449
  homePageLabel: "Overlay",
@@ -452,7 +469,8 @@ var FEATURED_TEMPLATES = [
452
469
  featuredOnHomePage: null,
453
470
  previewURL: null,
454
471
  templateInMonorepo: "template-overlay",
455
- allowEnableTailwind: true
472
+ allowEnableTailwind: true,
473
+ contributedBy: null
456
474
  },
457
475
  {
458
476
  homePageLabel: "Code Hike",
@@ -476,7 +494,8 @@ var FEATURED_TEMPLATES = [
476
494
  featuredOnHomePage: null,
477
495
  previewURL: "https://template-code-hike.vercel.app/",
478
496
  templateInMonorepo: "template-code-hike",
479
- allowEnableTailwind: false
497
+ allowEnableTailwind: false,
498
+ contributedBy: null
480
499
  },
481
500
  {
482
501
  homePageLabel: "Stargazer",
@@ -496,7 +515,8 @@ var FEATURED_TEMPLATES = [
496
515
  featuredOnHomePage: null,
497
516
  previewURL: null,
498
517
  templateInMonorepo: "template-stargazer",
499
- allowEnableTailwind: true
518
+ allowEnableTailwind: true,
519
+ contributedBy: null
500
520
  },
501
521
  {
502
522
  homePageLabel: "TikTok",
@@ -516,7 +536,8 @@ var FEATURED_TEMPLATES = [
516
536
  featuredOnHomePage: null,
517
537
  previewURL: null,
518
538
  templateInMonorepo: "template-tiktok",
519
- allowEnableTailwind: true
539
+ allowEnableTailwind: true,
540
+ contributedBy: null
520
541
  }
521
542
  ].filter(truthy);
522
543
  var PAID_TEMPLATES = [
@@ -26,6 +26,7 @@ export type Template = {
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,7 @@ exports.FEATURED_TEMPLATES = [
304
318
  previewURL: null,
305
319
  templateInMonorepo: 'template-music-visualization',
306
320
  allowEnableTailwind: true,
321
+ contributedBy: null,
307
322
  },
308
323
  {
309
324
  homePageLabel: 'Prompt to Video',
@@ -324,6 +339,7 @@ exports.FEATURED_TEMPLATES = [
324
339
  previewURL: null,
325
340
  templateInMonorepo: 'template-prompt-to-video',
326
341
  allowEnableTailwind: true,
342
+ contributedBy: 'webmonch',
327
343
  },
328
344
  {
329
345
  homePageLabel: 'Skia',
@@ -344,6 +360,7 @@ exports.FEATURED_TEMPLATES = [
344
360
  previewURL: null,
345
361
  templateInMonorepo: 'template-skia',
346
362
  allowEnableTailwind: false,
363
+ contributedBy: null,
347
364
  },
348
365
  {
349
366
  homePageLabel: 'Overlay',
@@ -370,6 +387,7 @@ exports.FEATURED_TEMPLATES = [
370
387
  previewURL: null,
371
388
  templateInMonorepo: 'template-overlay',
372
389
  allowEnableTailwind: true,
390
+ contributedBy: null,
373
391
  },
374
392
  {
375
393
  homePageLabel: 'Code Hike',
@@ -394,6 +412,7 @@ exports.FEATURED_TEMPLATES = [
394
412
  previewURL: 'https://template-code-hike.vercel.app/',
395
413
  templateInMonorepo: 'template-code-hike',
396
414
  allowEnableTailwind: false,
415
+ contributedBy: null,
397
416
  },
398
417
  {
399
418
  homePageLabel: 'Stargazer',
@@ -414,6 +433,7 @@ exports.FEATURED_TEMPLATES = [
414
433
  previewURL: null,
415
434
  templateInMonorepo: 'template-stargazer',
416
435
  allowEnableTailwind: true,
436
+ contributedBy: null,
417
437
  },
418
438
  {
419
439
  homePageLabel: 'TikTok',
@@ -434,6 +454,7 @@ exports.FEATURED_TEMPLATES = [
434
454
  previewURL: null,
435
455
  templateInMonorepo: 'template-tiktok',
436
456
  allowEnableTailwind: true,
457
+ contributedBy: null,
437
458
  },
438
459
  ].filter(truthy);
439
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.371",
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.371",
32
+ "@remotion/eslint-config-internal": "4.0.372",
33
33
  "eslint": "9.19.0"
34
34
  },
35
35
  "exports": {