create-video 4.0.19 → 4.0.20

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.
@@ -21,8 +21,9 @@ export type Template = {
21
21
  repoName: string;
22
22
  homePageLabel: string;
23
23
  longerDescription: React.ReactNode;
24
- cliId: 'hello-world' | 'javascript' | 'blank' | 'next' | 'remix' | 'three' | 'still' | 'tts' | 'google-tts' | 'audiogram' | 'skia' | 'tailwind' | 'overlay' | 'stargazer';
24
+ cliId: 'hello-world' | 'javascript' | 'blank' | 'next' | 'next-pages-dir' | 'remix' | 'three' | 'still' | 'tts' | 'google-tts' | 'audiogram' | 'skia' | 'tailwind' | 'overlay' | 'stargazer';
25
25
  defaultBranch: string;
26
+ featuredOnHomePage: string | null;
26
27
  } & DynamicTemplate;
27
28
  export declare const FEATURED_TEMPLATES: Template[];
28
29
  export {};
package/dist/templates.js CHANGED
@@ -22,12 +22,13 @@ exports.FEATURED_TEMPLATES = [
22
22
  cliId: 'hello-world',
23
23
  type: 'video',
24
24
  defaultBranch: 'main',
25
+ featuredOnHomePage: 'Hello World',
25
26
  },
26
27
  {
27
- homePageLabel: 'Next.js',
28
- shortName: 'Next.js',
28
+ homePageLabel: 'Next.js (App dir)',
29
+ shortName: 'Next.js (App dir)',
29
30
  org: 'remotion-dev',
30
- repoName: 'template-next',
31
+ repoName: 'template-next-app-dir',
31
32
  description: 'SaaS template for video generation apps',
32
33
  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.',
33
34
  promoVideo: {
@@ -38,6 +39,24 @@ exports.FEATURED_TEMPLATES = [
38
39
  cliId: 'next',
39
40
  type: 'video',
40
41
  defaultBranch: 'main',
42
+ featuredOnHomePage: 'Next.js',
43
+ },
44
+ {
45
+ homePageLabel: 'Next.js (Pages dir)',
46
+ shortName: 'Next.js (Pages dir)',
47
+ org: 'remotion-dev',
48
+ repoName: 'template-next-pages-dir',
49
+ description: 'SaaS template for video generation apps',
50
+ 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.',
51
+ promoVideo: {
52
+ width: 1280,
53
+ height: 720,
54
+ muxId: 'RufnZIJZh6L1MAaeG02jnXuM9pK96tNuHRxmXHbWqCBI',
55
+ },
56
+ cliId: 'next-pages-dir',
57
+ type: 'video',
58
+ defaultBranch: 'main',
59
+ featuredOnHomePage: null,
41
60
  },
42
61
  {
43
62
  homePageLabel: 'Blank',
@@ -54,6 +73,7 @@ exports.FEATURED_TEMPLATES = [
54
73
  cliId: 'blank',
55
74
  type: 'video',
56
75
  defaultBranch: 'main',
76
+ featuredOnHomePage: 'Blank',
57
77
  },
58
78
  {
59
79
  homePageLabel: 'JavaScript',
@@ -70,6 +90,7 @@ exports.FEATURED_TEMPLATES = [
70
90
  cliId: 'javascript',
71
91
  type: 'video',
72
92
  defaultBranch: 'main',
93
+ featuredOnHomePage: 'JavaScript',
73
94
  },
74
95
  {
75
96
  homePageLabel: 'Remix',
@@ -86,6 +107,7 @@ exports.FEATURED_TEMPLATES = [
86
107
  cliId: 'remix',
87
108
  type: 'image',
88
109
  defaultBranch: 'main',
110
+ featuredOnHomePage: null,
89
111
  },
90
112
  {
91
113
  homePageLabel: '3D',
@@ -102,6 +124,7 @@ exports.FEATURED_TEMPLATES = [
102
124
  cliId: 'three',
103
125
  type: 'video',
104
126
  defaultBranch: 'main',
127
+ featuredOnHomePage: null,
105
128
  },
106
129
  {
107
130
  homePageLabel: 'Stills',
@@ -118,6 +141,7 @@ exports.FEATURED_TEMPLATES = [
118
141
  cliId: 'still',
119
142
  type: 'video',
120
143
  defaultBranch: 'main',
144
+ featuredOnHomePage: null,
121
145
  },
122
146
  {
123
147
  homePageLabel: 'Text-To-Speech (Azure)',
@@ -134,6 +158,7 @@ exports.FEATURED_TEMPLATES = [
134
158
  cliId: 'tts',
135
159
  type: 'video',
136
160
  defaultBranch: 'master',
161
+ featuredOnHomePage: null,
137
162
  },
138
163
  {
139
164
  homePageLabel: 'Text-To-Speech (Google)',
@@ -150,6 +175,7 @@ exports.FEATURED_TEMPLATES = [
150
175
  cliId: 'google-tts',
151
176
  type: 'video',
152
177
  defaultBranch: 'master',
178
+ featuredOnHomePage: null,
153
179
  },
154
180
  {
155
181
  homePageLabel: 'Audiogram',
@@ -166,6 +192,7 @@ exports.FEATURED_TEMPLATES = [
166
192
  cliId: 'audiogram',
167
193
  type: 'video',
168
194
  defaultBranch: 'main',
195
+ featuredOnHomePage: null,
169
196
  },
170
197
  {
171
198
  homePageLabel: 'Skia',
@@ -182,6 +209,7 @@ exports.FEATURED_TEMPLATES = [
182
209
  cliId: 'skia',
183
210
  type: 'video',
184
211
  defaultBranch: 'main',
212
+ featuredOnHomePage: null,
185
213
  },
186
214
  {
187
215
  homePageLabel: 'Tailwind',
@@ -198,6 +226,7 @@ exports.FEATURED_TEMPLATES = [
198
226
  cliId: 'tailwind',
199
227
  type: 'video',
200
228
  defaultBranch: 'main',
229
+ featuredOnHomePage: null,
201
230
  },
202
231
  {
203
232
  homePageLabel: 'Overlay',
@@ -214,6 +243,7 @@ exports.FEATURED_TEMPLATES = [
214
243
  cliId: 'overlay',
215
244
  type: 'video',
216
245
  defaultBranch: 'main',
246
+ featuredOnHomePage: null,
217
247
  },
218
248
  {
219
249
  homePageLabel: 'Stargazer',
@@ -230,5 +260,6 @@ exports.FEATURED_TEMPLATES = [
230
260
  cliId: 'stargazer',
231
261
  type: 'video',
232
262
  defaultBranch: 'main',
263
+ featuredOnHomePage: null,
233
264
  },
234
265
  ].filter(truthy);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-video",
3
- "version": "4.0.19",
3
+ "version": "4.0.20",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "bin": {