create-video 4.0.417 → 4.0.419
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 +8 -8
- package/dist/init.js +22 -2
- package/dist/templates.js +8 -8
- package/package.json +2 -2
package/dist/esm/index.mjs
CHANGED
|
@@ -224,21 +224,21 @@ var FEATURED_TEMPLATES = [
|
|
|
224
224
|
showStackblitz: true
|
|
225
225
|
},
|
|
226
226
|
{
|
|
227
|
-
homePageLabel: "Prompt to Motion Graphics",
|
|
228
|
-
shortName: "Prompt to Motion Graphics
|
|
227
|
+
homePageLabel: "Prompt to Motion Graphics SaaS Starter Kit",
|
|
228
|
+
shortName: "Prompt to Motion Graphics SaaS Starter Kit",
|
|
229
229
|
org: "remotion-dev",
|
|
230
|
-
repoName: "template-prompt-to-motion-graphics",
|
|
231
|
-
description: "AI-powered code generation
|
|
232
|
-
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.',
|
|
230
|
+
repoName: "template-prompt-to-motion-graphics-saas",
|
|
231
|
+
description: "SaaS template for AI-powered code generation with Remotion",
|
|
232
|
+
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. See the <a href="/docs/ai/ai-saas-template">documentation page</a> for more details.',
|
|
233
233
|
promoBanner: {
|
|
234
|
-
width:
|
|
235
|
-
height:
|
|
234
|
+
width: 2880,
|
|
235
|
+
height: 1512,
|
|
236
236
|
src: "/img/prompt-to-motion-graphics.png"
|
|
237
237
|
},
|
|
238
238
|
cliId: "prompt-to-motion-graphics",
|
|
239
239
|
type: "image",
|
|
240
240
|
defaultBranch: "main",
|
|
241
|
-
featuredOnHomePage:
|
|
241
|
+
featuredOnHomePage: "https://prompt-to-motion-graphics-saas.vercel.app",
|
|
242
242
|
previewURL: null,
|
|
243
243
|
templateInMonorepo: "template-prompt-to-motion-graphics",
|
|
244
244
|
allowEnableTailwind: false,
|
package/dist/init.js
CHANGED
|
@@ -13,6 +13,7 @@ const ask_skills_1 = require("./ask-skills");
|
|
|
13
13
|
const ask_tailwind_1 = require("./ask-tailwind");
|
|
14
14
|
const create_public_folder_1 = require("./create-public-folder");
|
|
15
15
|
const degit_1 = require("./degit");
|
|
16
|
+
const make_link_1 = require("./hyperlinks/make-link");
|
|
16
17
|
const install_skills_1 = require("./install-skills");
|
|
17
18
|
const latest_remotion_version_1 = require("./latest-remotion-version");
|
|
18
19
|
const log_1 = require("./log");
|
|
@@ -165,9 +166,28 @@ const init = async () => {
|
|
|
165
166
|
log_1.Log.info('To render a video, run:');
|
|
166
167
|
log_1.Log.info(' ' + chalk_1.default.blue((0, pkg_managers_1.getRenderCommand)(pkgManager)));
|
|
167
168
|
log_1.Log.info('');
|
|
169
|
+
log_1.Log.info('Links to get you started:');
|
|
170
|
+
log_1.Log.info(' ' +
|
|
171
|
+
chalk_1.default.blue((0, make_link_1.makeHyperlink)({
|
|
172
|
+
text: 'remotion.dev/docs',
|
|
173
|
+
url: 'https://www.remotion.dev/docs',
|
|
174
|
+
fallback: 'https://www.remotion.dev/docs',
|
|
175
|
+
})));
|
|
176
|
+
log_1.Log.info(' ' +
|
|
177
|
+
chalk_1.default.blue((0, make_link_1.makeHyperlink)({
|
|
178
|
+
text: 'remotion.dev/prompts',
|
|
179
|
+
url: 'https://www.remotion.dev/prompts',
|
|
180
|
+
fallback: 'https://www.remotion.dev/prompts',
|
|
181
|
+
})));
|
|
182
|
+
log_1.Log.info();
|
|
183
|
+
log_1.Log.info('Remotion is free for teams of up to 3.');
|
|
184
|
+
log_1.Log.info('Adopting Remotion in your company? Visit ' +
|
|
185
|
+
chalk_1.default.blue((0, make_link_1.makeHyperlink)({
|
|
186
|
+
text: 'remotion.pro/license',
|
|
187
|
+
url: 'https://remotion.pro/license',
|
|
188
|
+
fallback: 'https://www.remotion.pro/license',
|
|
189
|
+
})));
|
|
168
190
|
log_1.Log.info();
|
|
169
191
|
await (0, open_in_editor_flow_1.openInEditorFlow)(projectRoot);
|
|
170
|
-
log_1.Log.info('Docs to get you started:', chalk_1.default.underline('https://www.remotion.dev/docs/the-fundamentals'));
|
|
171
|
-
log_1.Log.info('Enjoy Remotion!');
|
|
172
192
|
};
|
|
173
193
|
exports.init = init;
|
package/dist/templates.js
CHANGED
|
@@ -138,21 +138,21 @@ exports.FEATURED_TEMPLATES = [
|
|
|
138
138
|
showStackblitz: true,
|
|
139
139
|
},
|
|
140
140
|
{
|
|
141
|
-
homePageLabel: 'Prompt to Motion Graphics',
|
|
142
|
-
shortName: 'Prompt to Motion Graphics
|
|
141
|
+
homePageLabel: 'Prompt to Motion Graphics SaaS Starter Kit',
|
|
142
|
+
shortName: 'Prompt to Motion Graphics SaaS Starter Kit',
|
|
143
143
|
org: 'remotion-dev',
|
|
144
|
-
repoName: 'template-prompt-to-motion-graphics',
|
|
145
|
-
description: 'AI-powered code generation
|
|
146
|
-
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.',
|
|
144
|
+
repoName: 'template-prompt-to-motion-graphics-saas',
|
|
145
|
+
description: 'SaaS template for AI-powered code generation with Remotion',
|
|
146
|
+
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. See the <a href="/docs/ai/ai-saas-template">documentation page</a> for more details.',
|
|
147
147
|
promoBanner: {
|
|
148
|
-
width:
|
|
149
|
-
height:
|
|
148
|
+
width: 2880,
|
|
149
|
+
height: 1512,
|
|
150
150
|
src: '/img/prompt-to-motion-graphics.png',
|
|
151
151
|
},
|
|
152
152
|
cliId: 'prompt-to-motion-graphics',
|
|
153
153
|
type: 'image',
|
|
154
154
|
defaultBranch: 'main',
|
|
155
|
-
featuredOnHomePage:
|
|
155
|
+
featuredOnHomePage: 'https://prompt-to-motion-graphics-saas.vercel.app',
|
|
156
156
|
previewURL: null,
|
|
157
157
|
templateInMonorepo: 'template-prompt-to-motion-graphics',
|
|
158
158
|
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.419",
|
|
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.419",
|
|
33
33
|
"eslint": "9.19.0"
|
|
34
34
|
},
|
|
35
35
|
"exports": {
|