create-video 4.0.420 → 4.0.422
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 +34 -12
- package/dist/list-of-remotion-packages.js +0 -1
- package/dist/pkg-managers.js +1 -1
- package/dist/templates.d.ts +1 -1
- package/dist/templates.js +34 -11
- package/package.json +2 -2
package/dist/esm/index.mjs
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
// src/list-of-remotion-packages.ts
|
|
2
2
|
var listOfRemotionPackages = [
|
|
3
3
|
"@remotion/svg-3d-engine",
|
|
4
|
-
"@remotion/ai-improvements",
|
|
5
4
|
"@remotion/animation-utils",
|
|
6
5
|
"@remotion/animated-emoji",
|
|
7
6
|
"@remotion/astro-example",
|
|
@@ -138,10 +137,10 @@ var FEATURED_TEMPLATES = [
|
|
|
138
137
|
showStackblitz: true
|
|
139
138
|
},
|
|
140
139
|
{
|
|
141
|
-
homePageLabel: "Next.js
|
|
142
|
-
shortName: "Next.js
|
|
140
|
+
homePageLabel: "Next.js",
|
|
141
|
+
shortName: "Next.js",
|
|
143
142
|
org: "remotion-dev",
|
|
144
|
-
repoName: "template-next-app-dir",
|
|
143
|
+
repoName: "template-next-app-dir-tailwind",
|
|
145
144
|
description: "SaaS template for video generation apps",
|
|
146
145
|
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.",
|
|
147
146
|
promoVideo: {
|
|
@@ -154,17 +153,40 @@ var FEATURED_TEMPLATES = [
|
|
|
154
153
|
defaultBranch: "main",
|
|
155
154
|
featuredOnHomePage: "Next.js",
|
|
156
155
|
previewURL: "https://next.remotion.dev",
|
|
156
|
+
templateInMonorepo: "template-next-app-tailwind",
|
|
157
157
|
previewLabel: "Live Demo",
|
|
158
|
-
templateInMonorepo: "template-next-app",
|
|
159
158
|
allowEnableTailwind: false,
|
|
160
159
|
contributedBy: null,
|
|
161
160
|
showStackblitz: true
|
|
162
161
|
},
|
|
163
162
|
{
|
|
164
|
-
homePageLabel: "Next.js (
|
|
165
|
-
shortName: "Next.js (
|
|
163
|
+
homePageLabel: "Next.js (Vercel Sandbox)",
|
|
164
|
+
shortName: "Next.js (Vercel Sandbox)",
|
|
166
165
|
org: "remotion-dev",
|
|
167
|
-
repoName: "template-
|
|
166
|
+
repoName: "template-vercel",
|
|
167
|
+
description: "Render videos on-demand using Vercel Sandbox",
|
|
168
|
+
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.",
|
|
169
|
+
cliId: "vercel",
|
|
170
|
+
promoVideo: {
|
|
171
|
+
width: 1280,
|
|
172
|
+
height: 720,
|
|
173
|
+
muxId: "RufnZIJZh6L1MAaeG02jnXuM9pK96tNuHRxmXHbWqCBI"
|
|
174
|
+
},
|
|
175
|
+
type: "video",
|
|
176
|
+
defaultBranch: "main",
|
|
177
|
+
featuredOnHomePage: null,
|
|
178
|
+
previewURL: "https://template-vercel.remotion.dev",
|
|
179
|
+
templateInMonorepo: "template-vercel",
|
|
180
|
+
allowEnableTailwind: false,
|
|
181
|
+
contributedBy: null,
|
|
182
|
+
showStackblitz: false,
|
|
183
|
+
previewLabel: "Live Demo"
|
|
184
|
+
},
|
|
185
|
+
{
|
|
186
|
+
homePageLabel: "Next.js (No Tailwind)",
|
|
187
|
+
shortName: "Next.js (No Tailwind)",
|
|
188
|
+
org: "remotion-dev",
|
|
189
|
+
repoName: "template-next-app-dir",
|
|
168
190
|
description: "SaaS template for video generation apps",
|
|
169
191
|
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.",
|
|
170
192
|
promoVideo: {
|
|
@@ -172,13 +194,13 @@ var FEATURED_TEMPLATES = [
|
|
|
172
194
|
height: 720,
|
|
173
195
|
muxId: "RufnZIJZh6L1MAaeG02jnXuM9pK96tNuHRxmXHbWqCBI"
|
|
174
196
|
},
|
|
175
|
-
cliId: "next-tailwind",
|
|
197
|
+
cliId: "next-no-tailwind",
|
|
176
198
|
type: "video",
|
|
177
199
|
defaultBranch: "main",
|
|
178
200
|
featuredOnHomePage: null,
|
|
179
201
|
previewURL: "https://next.remotion.dev",
|
|
202
|
+
templateInMonorepo: "template-next-app",
|
|
180
203
|
previewLabel: "Live Demo",
|
|
181
|
-
templateInMonorepo: "template-next-app-tailwind",
|
|
182
204
|
allowEnableTailwind: false,
|
|
183
205
|
contributedBy: null,
|
|
184
206
|
showStackblitz: true
|
|
@@ -244,8 +266,8 @@ var FEATURED_TEMPLATES = [
|
|
|
244
266
|
cliId: "prompt-to-motion-graphics",
|
|
245
267
|
type: "image",
|
|
246
268
|
defaultBranch: "main",
|
|
247
|
-
featuredOnHomePage:
|
|
248
|
-
previewURL:
|
|
269
|
+
featuredOnHomePage: null,
|
|
270
|
+
previewURL: null,
|
|
249
271
|
previewLabel: "Live Demo",
|
|
250
272
|
templateInMonorepo: "template-prompt-to-motion-graphics",
|
|
251
273
|
allowEnableTailwind: false,
|
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,7 +20,7 @@ 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;
|
package/dist/templates.js
CHANGED
|
@@ -52,10 +52,10 @@ exports.FEATURED_TEMPLATES = [
|
|
|
52
52
|
showStackblitz: true,
|
|
53
53
|
},
|
|
54
54
|
{
|
|
55
|
-
homePageLabel: 'Next.js
|
|
56
|
-
shortName: 'Next.js
|
|
55
|
+
homePageLabel: 'Next.js',
|
|
56
|
+
shortName: 'Next.js',
|
|
57
57
|
org: 'remotion-dev',
|
|
58
|
-
repoName: 'template-next-app-dir',
|
|
58
|
+
repoName: 'template-next-app-dir-tailwind',
|
|
59
59
|
description: 'SaaS template for video generation apps',
|
|
60
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.',
|
|
61
61
|
promoVideo: {
|
|
@@ -68,17 +68,40 @@ exports.FEATURED_TEMPLATES = [
|
|
|
68
68
|
defaultBranch: 'main',
|
|
69
69
|
featuredOnHomePage: 'Next.js',
|
|
70
70
|
previewURL: 'https://next.remotion.dev',
|
|
71
|
+
templateInMonorepo: 'template-next-app-tailwind',
|
|
71
72
|
previewLabel: 'Live Demo',
|
|
72
|
-
templateInMonorepo: 'template-next-app',
|
|
73
73
|
allowEnableTailwind: false,
|
|
74
74
|
contributedBy: null,
|
|
75
75
|
showStackblitz: true,
|
|
76
76
|
},
|
|
77
77
|
{
|
|
78
|
-
homePageLabel: 'Next.js (
|
|
79
|
-
shortName: 'Next.js (
|
|
78
|
+
homePageLabel: 'Next.js (Vercel Sandbox)',
|
|
79
|
+
shortName: 'Next.js (Vercel Sandbox)',
|
|
80
80
|
org: 'remotion-dev',
|
|
81
|
-
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: 'https://template-vercel.remotion.dev',
|
|
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',
|
|
82
105
|
description: 'SaaS template for video generation apps',
|
|
83
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.',
|
|
84
107
|
promoVideo: {
|
|
@@ -86,13 +109,13 @@ exports.FEATURED_TEMPLATES = [
|
|
|
86
109
|
height: 720,
|
|
87
110
|
muxId: 'RufnZIJZh6L1MAaeG02jnXuM9pK96tNuHRxmXHbWqCBI',
|
|
88
111
|
},
|
|
89
|
-
cliId: 'next-tailwind',
|
|
112
|
+
cliId: 'next-no-tailwind',
|
|
90
113
|
type: 'video',
|
|
91
114
|
defaultBranch: 'main',
|
|
92
115
|
featuredOnHomePage: null,
|
|
93
116
|
previewURL: 'https://next.remotion.dev',
|
|
117
|
+
templateInMonorepo: 'template-next-app',
|
|
94
118
|
previewLabel: 'Live Demo',
|
|
95
|
-
templateInMonorepo: 'template-next-app-tailwind',
|
|
96
119
|
allowEnableTailwind: false,
|
|
97
120
|
contributedBy: null,
|
|
98
121
|
showStackblitz: true,
|
|
@@ -158,8 +181,8 @@ exports.FEATURED_TEMPLATES = [
|
|
|
158
181
|
cliId: 'prompt-to-motion-graphics',
|
|
159
182
|
type: 'image',
|
|
160
183
|
defaultBranch: 'main',
|
|
161
|
-
featuredOnHomePage:
|
|
162
|
-
previewURL:
|
|
184
|
+
featuredOnHomePage: null,
|
|
185
|
+
previewURL: null,
|
|
163
186
|
previewLabel: 'Live Demo',
|
|
164
187
|
templateInMonorepo: 'template-prompt-to-motion-graphics',
|
|
165
188
|
allowEnableTailwind: false,
|
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.422",
|
|
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.422",
|
|
33
33
|
"eslint": "9.19.0"
|
|
34
34
|
},
|
|
35
35
|
"exports": {
|