create-video 4.0.393 → 4.0.395
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 +21 -0
- package/dist/templates.d.ts +1 -1
- package/dist/templates.js +21 -0
- package/package.json +2 -2
package/dist/esm/index.mjs
CHANGED
|
@@ -215,6 +215,27 @@ var FEATURED_TEMPLATES = [
|
|
|
215
215
|
allowEnableTailwind: false,
|
|
216
216
|
contributedBy: null
|
|
217
217
|
},
|
|
218
|
+
{
|
|
219
|
+
homePageLabel: "Prompt to Motion Graphics",
|
|
220
|
+
shortName: "Prompt to Motion Graphics (Next.js)",
|
|
221
|
+
org: "remotion-dev",
|
|
222
|
+
repoName: "template-prompt-to-motion-graphics",
|
|
223
|
+
description: "AI-powered code generation for Remotion",
|
|
224
|
+
longerDescription: 'A SaaS template for "Prompt to Motion Graphics" products. Generates Remotion code, streams it to the frontend, and compiles and previews it in the browser.',
|
|
225
|
+
promoBanner: {
|
|
226
|
+
width: 1002,
|
|
227
|
+
height: 720,
|
|
228
|
+
src: "/img/prompt-to-motion-graphics.png"
|
|
229
|
+
},
|
|
230
|
+
cliId: "prompt-to-motion-graphics",
|
|
231
|
+
type: "image",
|
|
232
|
+
defaultBranch: "main",
|
|
233
|
+
featuredOnHomePage: null,
|
|
234
|
+
previewURL: null,
|
|
235
|
+
templateInMonorepo: "template-prompt-to-motion-graphics",
|
|
236
|
+
allowEnableTailwind: false,
|
|
237
|
+
contributedBy: "ASchwad"
|
|
238
|
+
},
|
|
218
239
|
{
|
|
219
240
|
homePageLabel: "JavaScript",
|
|
220
241
|
shortName: "Hello World (JavaScript)",
|
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';
|
|
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';
|
|
24
24
|
defaultBranch: string;
|
|
25
25
|
featuredOnHomePage: string | null;
|
|
26
26
|
previewURL: string | null;
|
package/dist/templates.js
CHANGED
|
@@ -131,6 +131,27 @@ exports.FEATURED_TEMPLATES = [
|
|
|
131
131
|
allowEnableTailwind: false,
|
|
132
132
|
contributedBy: null,
|
|
133
133
|
},
|
|
134
|
+
{
|
|
135
|
+
homePageLabel: 'Prompt to Motion Graphics',
|
|
136
|
+
shortName: 'Prompt to Motion Graphics (Next.js)',
|
|
137
|
+
org: 'remotion-dev',
|
|
138
|
+
repoName: 'template-prompt-to-motion-graphics',
|
|
139
|
+
description: 'AI-powered code generation for Remotion',
|
|
140
|
+
longerDescription: 'A SaaS template for "Prompt to Motion Graphics" products. Generates Remotion code, streams it to the frontend, and compiles and previews it in the browser.',
|
|
141
|
+
promoBanner: {
|
|
142
|
+
width: 1002,
|
|
143
|
+
height: 720,
|
|
144
|
+
src: '/img/prompt-to-motion-graphics.png',
|
|
145
|
+
},
|
|
146
|
+
cliId: 'prompt-to-motion-graphics',
|
|
147
|
+
type: 'image',
|
|
148
|
+
defaultBranch: 'main',
|
|
149
|
+
featuredOnHomePage: null,
|
|
150
|
+
previewURL: null,
|
|
151
|
+
templateInMonorepo: 'template-prompt-to-motion-graphics',
|
|
152
|
+
allowEnableTailwind: false,
|
|
153
|
+
contributedBy: 'ASchwad',
|
|
154
|
+
},
|
|
134
155
|
{
|
|
135
156
|
homePageLabel: 'JavaScript',
|
|
136
157
|
shortName: 'Hello World (JavaScript)',
|
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.395",
|
|
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.395",
|
|
33
33
|
"eslint": "9.19.0"
|
|
34
34
|
},
|
|
35
35
|
"exports": {
|