create-video 4.0.314 → 4.0.316
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 +20 -0
- package/dist/templates.d.ts +1 -1
- package/dist/templates.js +20 -0
- package/package.json +2 -2
package/dist/esm/index.mjs
CHANGED
|
@@ -184,6 +184,26 @@ var FEATURED_TEMPLATES = [
|
|
|
184
184
|
templateInMonorepo: "template-blank",
|
|
185
185
|
allowEnableTailwind: true
|
|
186
186
|
},
|
|
187
|
+
{
|
|
188
|
+
homePageLabel: "Recorder",
|
|
189
|
+
shortName: "Recorder",
|
|
190
|
+
org: "remotion-dev",
|
|
191
|
+
repoName: "recorder",
|
|
192
|
+
description: "A video production tool built entirely in JavaScript",
|
|
193
|
+
longerDescription: 'The Remotion Recorder is a video production tool that allows you to record webcam and screen content, generate captions, add music, end-to-end in JavaScript. <a href="https://remotion.dev/recorder">See docs</a>',
|
|
194
|
+
promoVideo: {
|
|
195
|
+
muxId: "2A4z88QNjBTbxziIKqbI7IKLUO9iuaMp6UTZUBOItx00",
|
|
196
|
+
height: 1080,
|
|
197
|
+
width: 1080
|
|
198
|
+
},
|
|
199
|
+
cliId: "recorder",
|
|
200
|
+
type: "video",
|
|
201
|
+
defaultBranch: "main",
|
|
202
|
+
featuredOnHomePage: null,
|
|
203
|
+
previewURL: null,
|
|
204
|
+
templateInMonorepo: "template-recorder",
|
|
205
|
+
allowEnableTailwind: false
|
|
206
|
+
},
|
|
187
207
|
{
|
|
188
208
|
homePageLabel: "JavaScript",
|
|
189
209
|
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' | 'skia' | 'overlay' | 'stargazer' | 'tiktok' | 'code-hike' | 'render-server';
|
|
23
|
+
cliId: 'hello-world' | 'javascript' | 'blank' | 'next' | 'next-tailwind' | 'next-pages-dir' | 'react-router' | 'three' | 'still' | 'tts' | 'google-tts' | 'audiogram' | 'music-visualization' | 'skia' | 'overlay' | 'stargazer' | 'tiktok' | 'code-hike' | 'render-server' | 'recorder';
|
|
24
24
|
defaultBranch: string;
|
|
25
25
|
featuredOnHomePage: string | null;
|
|
26
26
|
previewURL: string | null;
|
package/dist/templates.js
CHANGED
|
@@ -105,6 +105,26 @@ exports.FEATURED_TEMPLATES = [
|
|
|
105
105
|
templateInMonorepo: 'template-blank',
|
|
106
106
|
allowEnableTailwind: true,
|
|
107
107
|
},
|
|
108
|
+
{
|
|
109
|
+
homePageLabel: 'Recorder',
|
|
110
|
+
shortName: 'Recorder',
|
|
111
|
+
org: 'remotion-dev',
|
|
112
|
+
repoName: 'recorder',
|
|
113
|
+
description: 'A video production tool built entirely in JavaScript',
|
|
114
|
+
longerDescription: 'The Remotion Recorder is a video production tool that allows you to record webcam and screen content, generate captions, add music, end-to-end in JavaScript. <a href="https://remotion.dev/recorder">See docs</a>',
|
|
115
|
+
promoVideo: {
|
|
116
|
+
muxId: '2A4z88QNjBTbxziIKqbI7IKLUO9iuaMp6UTZUBOItx00', // This would need a real promo video mux ID
|
|
117
|
+
height: 1080,
|
|
118
|
+
width: 1080,
|
|
119
|
+
},
|
|
120
|
+
cliId: 'recorder',
|
|
121
|
+
type: 'video',
|
|
122
|
+
defaultBranch: 'main',
|
|
123
|
+
featuredOnHomePage: null,
|
|
124
|
+
previewURL: null,
|
|
125
|
+
templateInMonorepo: 'template-recorder',
|
|
126
|
+
allowEnableTailwind: false,
|
|
127
|
+
},
|
|
108
128
|
{
|
|
109
129
|
homePageLabel: 'JavaScript',
|
|
110
130
|
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.316",
|
|
7
7
|
"description": "Create a new Remotion project",
|
|
8
8
|
"main": "dist/index.js",
|
|
9
9
|
"bin": {
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"@types/tar": "6.1.1",
|
|
28
28
|
"react": "19.0.0",
|
|
29
29
|
"eslint": "9.19.0",
|
|
30
|
-
"@remotion/eslint-config-internal": "4.0.
|
|
30
|
+
"@remotion/eslint-config-internal": "4.0.316"
|
|
31
31
|
},
|
|
32
32
|
"exports": {
|
|
33
33
|
"./package.json": "./package.json",
|