create-video 4.0.143 → 4.0.144

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/LICENSE.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Remotion License
2
2
 
3
+ In Remotion 5.0, the license will slightly change. [View the changes here](https://github.com/remotion-dev/remotion/pull/3750).
4
+
5
+ ---
6
+
3
7
  Depending on the type of your legal entity, you are granted permission to use Remotion for your project. Individuals and small companies are allowed to use Remotion to create videos for free (even commercial), while a company license is required for for-profit organizations of a certain size. This two-tier system was designed to ensure funding for this project while still allowing the source code to be available and the program to be free for most. Read below for the exact terms of use.
4
8
 
5
9
  - [Free license](#free-license)
package/dist/log.d.ts CHANGED
@@ -6,7 +6,7 @@ export declare const Log: {
6
6
  Color: ("black" | "red" | "green" | "yellow" | "blue" | "magenta" | "cyan" | "white" | "gray" | "grey" | "blackBright" | "redBright" | "greenBright" | "yellowBright" | "blueBright" | "magentaBright" | "cyanBright" | "whiteBright") | ("bgBlack" | "bgRed" | "bgGreen" | "bgYellow" | "bgBlue" | "bgMagenta" | "bgCyan" | "bgWhite" | "bgGray" | "bgGrey" | "bgBlackBright" | "bgRedBright" | "bgGreenBright" | "bgYellowBright" | "bgBlueBright" | "bgMagentaBright" | "bgCyanBright" | "bgWhiteBright");
7
7
  ForegroundColor: "black" | "red" | "green" | "yellow" | "blue" | "magenta" | "cyan" | "white" | "gray" | "grey" | "blackBright" | "redBright" | "greenBright" | "yellowBright" | "blueBright" | "magentaBright" | "cyanBright" | "whiteBright";
8
8
  BackgroundColor: "bgBlack" | "bgRed" | "bgGreen" | "bgYellow" | "bgBlue" | "bgMagenta" | "bgCyan" | "bgWhite" | "bgGray" | "bgGrey" | "bgBlackBright" | "bgRedBright" | "bgGreenBright" | "bgYellowBright" | "bgBlueBright" | "bgMagentaBright" | "bgCyanBright" | "bgWhiteBright";
9
- Modifiers: "reset" | "bold" | "dim" | "italic" | "underline" | "inverse" | "hidden" | "strikethrough" | "visible";
9
+ Modifiers: "bold" | "reset" | "dim" | "italic" | "underline" | "inverse" | "hidden" | "strikethrough" | "visible";
10
10
  stderr: chalk.Chalk & {
11
11
  supportsColor: false | chalk.ColorSupport;
12
12
  };
@@ -24,6 +24,7 @@ export type Template = {
24
24
  cliId: 'hello-world' | 'javascript' | 'blank' | 'next' | 'next-tailwind' | 'next-pages-dir' | 'remix' | 'three' | 'still' | 'tts' | 'google-tts' | 'audiogram' | 'skia' | 'tailwind' | 'overlay' | 'stargazer' | 'tiktok';
25
25
  defaultBranch: string;
26
26
  featuredOnHomePage: string | null;
27
+ previewURL?: string | null;
27
28
  } & DynamicTemplate;
28
29
  export declare const FEATURED_TEMPLATES: Template[];
29
30
  export {};
package/dist/templates.js CHANGED
@@ -23,6 +23,7 @@ exports.FEATURED_TEMPLATES = [
23
23
  type: 'video',
24
24
  defaultBranch: 'main',
25
25
  featuredOnHomePage: 'Hello World',
26
+ previewURL: 'https://remotion-helloworld.vercel.app/?/HelloWorld',
26
27
  },
27
28
  {
28
29
  homePageLabel: 'Next.js (App dir)',
@@ -91,6 +92,7 @@ exports.FEATURED_TEMPLATES = [
91
92
  type: 'video',
92
93
  defaultBranch: 'main',
93
94
  featuredOnHomePage: 'Blank',
95
+ previewURL: 'https://template-empty.vercel.app/?/MyComp',
94
96
  },
95
97
  {
96
98
  homePageLabel: 'JavaScript',
@@ -108,6 +110,7 @@ exports.FEATURED_TEMPLATES = [
108
110
  type: 'video',
109
111
  defaultBranch: 'main',
110
112
  featuredOnHomePage: 'JavaScript',
113
+ previewURL: 'https://template-helloworld-javascript.vercel.app/?/HelloWorld',
111
114
  },
112
115
  {
113
116
  homePageLabel: 'Remix',
@@ -142,6 +145,7 @@ exports.FEATURED_TEMPLATES = [
142
145
  type: 'video',
143
146
  defaultBranch: 'main',
144
147
  featuredOnHomePage: null,
148
+ previewURL: 'https://template-three-remotion.vercel.app/',
145
149
  },
146
150
  {
147
151
  homePageLabel: 'Stills',
@@ -159,6 +163,7 @@ exports.FEATURED_TEMPLATES = [
159
163
  type: 'video',
160
164
  defaultBranch: 'main',
161
165
  featuredOnHomePage: null,
166
+ previewURL: 'https://template-still.vercel.app/?/PreviewCard',
162
167
  },
163
168
  {
164
169
  homePageLabel: 'Text-To-Speech (Azure)',
@@ -261,6 +266,7 @@ exports.FEATURED_TEMPLATES = [
261
266
  type: 'video',
262
267
  defaultBranch: 'main',
263
268
  featuredOnHomePage: null,
269
+ previewURL: 'https://template-tailwind-remotion.vercel.app/?/MyComp',
264
270
  },
265
271
  {
266
272
  homePageLabel: 'Stargazer',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-video",
3
- "version": "4.0.143",
3
+ "version": "4.0.144",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "bin": {