@remotion/promo-pages 4.0.408 → 4.0.410
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/Homepage.js +133 -71
- package/dist/Users/jonathanburger/remotion/packages/promo-pages/dist/Homepage.js +133 -71
- package/dist/Users/jonathanburger/remotion/packages/promo-pages/dist/design.js +1 -1
- package/dist/Users/jonathanburger/remotion/packages/promo-pages/dist/experts.js +1 -1
- package/dist/Users/jonathanburger/remotion/packages/promo-pages/dist/homepage/Pricing.js +35 -9
- package/dist/Users/jonathanburger/remotion/packages/promo-pages/dist/template-modal-content.js +3 -3
- package/dist/Users/jonathanburger/remotion/packages/promo-pages/dist/templates.js +68 -46
- package/dist/design.js +1 -1
- package/dist/experts.js +1 -1
- package/dist/homepage/Pricing.js +35 -9
- package/dist/template-modal-content.js +3 -3
- package/dist/templates.js +68 -46
- package/package.json +12 -12
|
@@ -755,7 +755,7 @@ var __defProp2, __export2 = (target, all) => {
|
|
|
755
755
|
});
|
|
756
756
|
}, useIsPlayer = () => {
|
|
757
757
|
return useContext(IsPlayerContext);
|
|
758
|
-
}, VERSION = "4.0.
|
|
758
|
+
}, VERSION = "4.0.410", checkMultipleRemotionVersions = () => {
|
|
759
759
|
if (typeof globalThis === "undefined") {
|
|
760
760
|
return;
|
|
761
761
|
}
|
|
@@ -19448,11 +19448,11 @@ var listOfRemotionPackages = [
|
|
|
19448
19448
|
"@remotion/rive",
|
|
19449
19449
|
"@remotion/shapes",
|
|
19450
19450
|
"@remotion/skia",
|
|
19451
|
-
"@remotion/skills",
|
|
19452
19451
|
"@remotion/promo-pages",
|
|
19453
19452
|
"@remotion/streaming",
|
|
19454
19453
|
"@remotion/serverless",
|
|
19455
19454
|
"@remotion/serverless-client",
|
|
19455
|
+
"@remotion/skills",
|
|
19456
19456
|
"@remotion/studio-server",
|
|
19457
19457
|
"@remotion/studio-shared",
|
|
19458
19458
|
"@remotion/studio",
|
|
@@ -19478,13 +19478,35 @@ function truthy3(value) {
|
|
|
19478
19478
|
return Boolean(value);
|
|
19479
19479
|
}
|
|
19480
19480
|
var FEATURED_TEMPLATES = [
|
|
19481
|
+
{
|
|
19482
|
+
homePageLabel: "Blank",
|
|
19483
|
+
shortName: "Blank",
|
|
19484
|
+
description: "Nothing except an empty canvas",
|
|
19485
|
+
org: "remotion-dev",
|
|
19486
|
+
repoName: "template-empty",
|
|
19487
|
+
longerDescription: "A template containing nothing but an empty canvas. Recommended if you already used Remotion or plan to write your code with AI.",
|
|
19488
|
+
promoVideo: {
|
|
19489
|
+
muxId: "JD00x15y859GjqO7C9hpILkrSddGzd55K4lfj02dv8gU4",
|
|
19490
|
+
width: 1280,
|
|
19491
|
+
height: 720
|
|
19492
|
+
},
|
|
19493
|
+
cliId: "blank",
|
|
19494
|
+
type: "video",
|
|
19495
|
+
defaultBranch: "main",
|
|
19496
|
+
featuredOnHomePage: "Blank",
|
|
19497
|
+
previewURL: "https://template-empty.vercel.app/?/MyComp",
|
|
19498
|
+
templateInMonorepo: "template-blank",
|
|
19499
|
+
allowEnableTailwind: true,
|
|
19500
|
+
contributedBy: null,
|
|
19501
|
+
showStackblitz: true
|
|
19502
|
+
},
|
|
19481
19503
|
{
|
|
19482
19504
|
homePageLabel: "Hello World",
|
|
19483
19505
|
shortName: "Hello World",
|
|
19484
19506
|
org: "remotion-dev",
|
|
19485
19507
|
repoName: "template-helloworld",
|
|
19486
|
-
description:
|
|
19487
|
-
longerDescription: "A basic template with TypeScript, Prettier and ESLint preconfigured.
|
|
19508
|
+
description: "A playground with a simple animation",
|
|
19509
|
+
longerDescription: "A basic template with TypeScript, Prettier and ESLint preconfigured.",
|
|
19488
19510
|
promoVideo: {
|
|
19489
19511
|
muxId: "vKvV6aa7GXGlR01cmpc6J8Zz4Gkj9d2hBSnVYoef00900I",
|
|
19490
19512
|
height: 1080,
|
|
@@ -19497,7 +19519,8 @@ var FEATURED_TEMPLATES = [
|
|
|
19497
19519
|
previewURL: "https://remotion-helloworld.vercel.app/?/HelloWorld",
|
|
19498
19520
|
templateInMonorepo: "template-helloworld",
|
|
19499
19521
|
allowEnableTailwind: true,
|
|
19500
|
-
contributedBy: null
|
|
19522
|
+
contributedBy: null,
|
|
19523
|
+
showStackblitz: true
|
|
19501
19524
|
},
|
|
19502
19525
|
{
|
|
19503
19526
|
homePageLabel: "Next.js (App dir)",
|
|
@@ -19518,7 +19541,8 @@ var FEATURED_TEMPLATES = [
|
|
|
19518
19541
|
previewURL: "https://next.remotion.dev",
|
|
19519
19542
|
templateInMonorepo: "template-next-app",
|
|
19520
19543
|
allowEnableTailwind: false,
|
|
19521
|
-
contributedBy: null
|
|
19544
|
+
contributedBy: null,
|
|
19545
|
+
showStackblitz: true
|
|
19522
19546
|
},
|
|
19523
19547
|
{
|
|
19524
19548
|
homePageLabel: "Next.js (App dir + TailwindCSS)",
|
|
@@ -19539,7 +19563,8 @@ var FEATURED_TEMPLATES = [
|
|
|
19539
19563
|
previewURL: "https://next.remotion.dev",
|
|
19540
19564
|
templateInMonorepo: "template-next-app-tailwind",
|
|
19541
19565
|
allowEnableTailwind: false,
|
|
19542
|
-
contributedBy: null
|
|
19566
|
+
contributedBy: null,
|
|
19567
|
+
showStackblitz: true
|
|
19543
19568
|
},
|
|
19544
19569
|
{
|
|
19545
19570
|
homePageLabel: "Next.js (Pages dir)",
|
|
@@ -19560,28 +19585,8 @@ var FEATURED_TEMPLATES = [
|
|
|
19560
19585
|
previewURL: "https://next.remotion.dev",
|
|
19561
19586
|
templateInMonorepo: "template-next-pages",
|
|
19562
19587
|
allowEnableTailwind: false,
|
|
19563
|
-
contributedBy: null
|
|
19564
|
-
|
|
19565
|
-
{
|
|
19566
|
-
homePageLabel: "Blank",
|
|
19567
|
-
shortName: "Blank",
|
|
19568
|
-
description: "Nothing except an empty canvas",
|
|
19569
|
-
org: "remotion-dev",
|
|
19570
|
-
repoName: "template-empty",
|
|
19571
|
-
longerDescription: "A template containing nothing but an empty canvas. Recommended for people who already worked with Remotion.",
|
|
19572
|
-
promoVideo: {
|
|
19573
|
-
muxId: "JD00x15y859GjqO7C9hpILkrSddGzd55K4lfj02dv8gU4",
|
|
19574
|
-
width: 1280,
|
|
19575
|
-
height: 720
|
|
19576
|
-
},
|
|
19577
|
-
cliId: "blank",
|
|
19578
|
-
type: "video",
|
|
19579
|
-
defaultBranch: "main",
|
|
19580
|
-
featuredOnHomePage: "Blank",
|
|
19581
|
-
previewURL: "https://template-empty.vercel.app/?/MyComp",
|
|
19582
|
-
templateInMonorepo: "template-blank",
|
|
19583
|
-
allowEnableTailwind: true,
|
|
19584
|
-
contributedBy: null
|
|
19588
|
+
contributedBy: null,
|
|
19589
|
+
showStackblitz: true
|
|
19585
19590
|
},
|
|
19586
19591
|
{
|
|
19587
19592
|
homePageLabel: "Recorder",
|
|
@@ -19602,7 +19607,8 @@ var FEATURED_TEMPLATES = [
|
|
|
19602
19607
|
previewURL: null,
|
|
19603
19608
|
templateInMonorepo: "template-recorder",
|
|
19604
19609
|
allowEnableTailwind: false,
|
|
19605
|
-
contributedBy: null
|
|
19610
|
+
contributedBy: null,
|
|
19611
|
+
showStackblitz: true
|
|
19606
19612
|
},
|
|
19607
19613
|
{
|
|
19608
19614
|
homePageLabel: "Prompt to Motion Graphics",
|
|
@@ -19623,7 +19629,8 @@ var FEATURED_TEMPLATES = [
|
|
|
19623
19629
|
previewURL: null,
|
|
19624
19630
|
templateInMonorepo: "template-prompt-to-motion-graphics",
|
|
19625
19631
|
allowEnableTailwind: false,
|
|
19626
|
-
contributedBy: "ASchwad"
|
|
19632
|
+
contributedBy: "ASchwad",
|
|
19633
|
+
showStackblitz: false
|
|
19627
19634
|
},
|
|
19628
19635
|
{
|
|
19629
19636
|
homePageLabel: "JavaScript",
|
|
@@ -19644,7 +19651,8 @@ var FEATURED_TEMPLATES = [
|
|
|
19644
19651
|
previewURL: "https://template-helloworld-javascript.vercel.app/?/HelloWorld",
|
|
19645
19652
|
templateInMonorepo: "template-javascript",
|
|
19646
19653
|
allowEnableTailwind: true,
|
|
19647
|
-
contributedBy: null
|
|
19654
|
+
contributedBy: null,
|
|
19655
|
+
showStackblitz: true
|
|
19648
19656
|
},
|
|
19649
19657
|
{
|
|
19650
19658
|
homePageLabel: "Render Server (Express.js)",
|
|
@@ -19665,7 +19673,8 @@ var FEATURED_TEMPLATES = [
|
|
|
19665
19673
|
previewURL: null,
|
|
19666
19674
|
templateInMonorepo: "template-render-server",
|
|
19667
19675
|
allowEnableTailwind: false,
|
|
19668
|
-
contributedBy: null
|
|
19676
|
+
contributedBy: null,
|
|
19677
|
+
showStackblitz: true
|
|
19669
19678
|
},
|
|
19670
19679
|
{
|
|
19671
19680
|
homePageLabel: "React Router 7",
|
|
@@ -19686,7 +19695,8 @@ var FEATURED_TEMPLATES = [
|
|
|
19686
19695
|
previewURL: null,
|
|
19687
19696
|
templateInMonorepo: "template-react-router",
|
|
19688
19697
|
allowEnableTailwind: false,
|
|
19689
|
-
contributedBy: null
|
|
19698
|
+
contributedBy: null,
|
|
19699
|
+
showStackblitz: true
|
|
19690
19700
|
},
|
|
19691
19701
|
{
|
|
19692
19702
|
homePageLabel: "3D",
|
|
@@ -19707,7 +19717,8 @@ var FEATURED_TEMPLATES = [
|
|
|
19707
19717
|
previewURL: "https://template-three-remotion.vercel.app/",
|
|
19708
19718
|
templateInMonorepo: "template-three",
|
|
19709
19719
|
allowEnableTailwind: false,
|
|
19710
|
-
contributedBy: null
|
|
19720
|
+
contributedBy: null,
|
|
19721
|
+
showStackblitz: true
|
|
19711
19722
|
},
|
|
19712
19723
|
{
|
|
19713
19724
|
homePageLabel: "Stills",
|
|
@@ -19728,7 +19739,8 @@ var FEATURED_TEMPLATES = [
|
|
|
19728
19739
|
previewURL: "https://template-still.vercel.app/?/PreviewCard",
|
|
19729
19740
|
templateInMonorepo: "template-still",
|
|
19730
19741
|
allowEnableTailwind: false,
|
|
19731
|
-
contributedBy: null
|
|
19742
|
+
contributedBy: null,
|
|
19743
|
+
showStackblitz: true
|
|
19732
19744
|
},
|
|
19733
19745
|
{
|
|
19734
19746
|
homePageLabel: "Text-To-Speech (Azure)",
|
|
@@ -19749,7 +19761,8 @@ var FEATURED_TEMPLATES = [
|
|
|
19749
19761
|
previewURL: null,
|
|
19750
19762
|
templateInMonorepo: "template-tts-azure",
|
|
19751
19763
|
allowEnableTailwind: false,
|
|
19752
|
-
contributedBy: null
|
|
19764
|
+
contributedBy: null,
|
|
19765
|
+
showStackblitz: true
|
|
19753
19766
|
},
|
|
19754
19767
|
{
|
|
19755
19768
|
homePageLabel: "Text-To-Speech (Google)",
|
|
@@ -19770,7 +19783,8 @@ var FEATURED_TEMPLATES = [
|
|
|
19770
19783
|
previewURL: null,
|
|
19771
19784
|
templateInMonorepo: "template-tts-google",
|
|
19772
19785
|
allowEnableTailwind: false,
|
|
19773
|
-
contributedBy: null
|
|
19786
|
+
contributedBy: null,
|
|
19787
|
+
showStackblitz: true
|
|
19774
19788
|
},
|
|
19775
19789
|
{
|
|
19776
19790
|
homePageLabel: "Audiogram",
|
|
@@ -19791,7 +19805,8 @@ var FEATURED_TEMPLATES = [
|
|
|
19791
19805
|
previewURL: "https://template-audiogram-1nrh.vercel.app",
|
|
19792
19806
|
templateInMonorepo: "template-audiogram",
|
|
19793
19807
|
allowEnableTailwind: true,
|
|
19794
|
-
contributedBy: null
|
|
19808
|
+
contributedBy: null,
|
|
19809
|
+
showStackblitz: true
|
|
19795
19810
|
},
|
|
19796
19811
|
{
|
|
19797
19812
|
homePageLabel: "Music Visualization",
|
|
@@ -19812,7 +19827,8 @@ var FEATURED_TEMPLATES = [
|
|
|
19812
19827
|
previewURL: null,
|
|
19813
19828
|
templateInMonorepo: "template-music-visualization",
|
|
19814
19829
|
allowEnableTailwind: true,
|
|
19815
|
-
contributedBy: null
|
|
19830
|
+
contributedBy: null,
|
|
19831
|
+
showStackblitz: true
|
|
19816
19832
|
},
|
|
19817
19833
|
{
|
|
19818
19834
|
homePageLabel: "Prompt to Video",
|
|
@@ -19833,7 +19849,8 @@ var FEATURED_TEMPLATES = [
|
|
|
19833
19849
|
previewURL: null,
|
|
19834
19850
|
templateInMonorepo: "template-prompt-to-video",
|
|
19835
19851
|
allowEnableTailwind: true,
|
|
19836
|
-
contributedBy: "webmonch"
|
|
19852
|
+
contributedBy: "webmonch",
|
|
19853
|
+
showStackblitz: true
|
|
19837
19854
|
},
|
|
19838
19855
|
{
|
|
19839
19856
|
homePageLabel: "Skia",
|
|
@@ -19854,7 +19871,8 @@ var FEATURED_TEMPLATES = [
|
|
|
19854
19871
|
previewURL: null,
|
|
19855
19872
|
templateInMonorepo: "template-skia",
|
|
19856
19873
|
allowEnableTailwind: false,
|
|
19857
|
-
contributedBy: null
|
|
19874
|
+
contributedBy: null,
|
|
19875
|
+
showStackblitz: true
|
|
19858
19876
|
},
|
|
19859
19877
|
{
|
|
19860
19878
|
homePageLabel: "Overlay",
|
|
@@ -19881,7 +19899,8 @@ var FEATURED_TEMPLATES = [
|
|
|
19881
19899
|
previewURL: null,
|
|
19882
19900
|
templateInMonorepo: "template-overlay",
|
|
19883
19901
|
allowEnableTailwind: true,
|
|
19884
|
-
contributedBy: null
|
|
19902
|
+
contributedBy: null,
|
|
19903
|
+
showStackblitz: true
|
|
19885
19904
|
},
|
|
19886
19905
|
{
|
|
19887
19906
|
homePageLabel: "Code Hike",
|
|
@@ -19906,7 +19925,8 @@ var FEATURED_TEMPLATES = [
|
|
|
19906
19925
|
previewURL: "https://template-code-hike.vercel.app/",
|
|
19907
19926
|
templateInMonorepo: "template-code-hike",
|
|
19908
19927
|
allowEnableTailwind: false,
|
|
19909
|
-
contributedBy: null
|
|
19928
|
+
contributedBy: null,
|
|
19929
|
+
showStackblitz: true
|
|
19910
19930
|
},
|
|
19911
19931
|
{
|
|
19912
19932
|
homePageLabel: "Stargazer",
|
|
@@ -19927,7 +19947,8 @@ var FEATURED_TEMPLATES = [
|
|
|
19927
19947
|
previewURL: null,
|
|
19928
19948
|
templateInMonorepo: "template-stargazer",
|
|
19929
19949
|
allowEnableTailwind: true,
|
|
19930
|
-
contributedBy:
|
|
19950
|
+
contributedBy: "pomber",
|
|
19951
|
+
showStackblitz: true
|
|
19931
19952
|
},
|
|
19932
19953
|
{
|
|
19933
19954
|
homePageLabel: "TikTok",
|
|
@@ -19948,7 +19969,8 @@ var FEATURED_TEMPLATES = [
|
|
|
19948
19969
|
previewURL: null,
|
|
19949
19970
|
templateInMonorepo: "template-tiktok",
|
|
19950
19971
|
allowEnableTailwind: true,
|
|
19951
|
-
contributedBy: null
|
|
19972
|
+
contributedBy: null,
|
|
19973
|
+
showStackblitz: true
|
|
19952
19974
|
}
|
|
19953
19975
|
].filter(truthy3);
|
|
19954
19976
|
var PAID_TEMPLATES = [
|
package/dist/design.js
CHANGED
|
@@ -755,7 +755,7 @@ var __defProp2, __export2 = (target, all) => {
|
|
|
755
755
|
});
|
|
756
756
|
}, useIsPlayer = () => {
|
|
757
757
|
return useContext(IsPlayerContext);
|
|
758
|
-
}, VERSION = "4.0.
|
|
758
|
+
}, VERSION = "4.0.410", checkMultipleRemotionVersions = () => {
|
|
759
759
|
if (typeof globalThis === "undefined") {
|
|
760
760
|
return;
|
|
761
761
|
}
|
package/dist/experts.js
CHANGED
|
@@ -755,7 +755,7 @@ var __defProp2, __export2 = (target, all) => {
|
|
|
755
755
|
});
|
|
756
756
|
}, useIsPlayer = () => {
|
|
757
757
|
return useContext(IsPlayerContext);
|
|
758
|
-
}, VERSION = "4.0.
|
|
758
|
+
}, VERSION = "4.0.410", checkMultipleRemotionVersions = () => {
|
|
759
759
|
if (typeof globalThis === "undefined") {
|
|
760
760
|
return;
|
|
761
761
|
}
|
package/dist/homepage/Pricing.js
CHANGED
|
@@ -755,7 +755,7 @@ var __defProp2, __export2 = (target, all) => {
|
|
|
755
755
|
});
|
|
756
756
|
}, useIsPlayer = () => {
|
|
757
757
|
return useContext(IsPlayerContext);
|
|
758
|
-
}, VERSION = "4.0.
|
|
758
|
+
}, VERSION = "4.0.410", checkMultipleRemotionVersions = () => {
|
|
759
759
|
if (typeof globalThis === "undefined") {
|
|
760
760
|
return;
|
|
761
761
|
}
|
|
@@ -20834,6 +20834,14 @@ var SmallPriceTag = ({ children }) => {
|
|
|
20834
20834
|
children
|
|
20835
20835
|
});
|
|
20836
20836
|
};
|
|
20837
|
+
var icon = {
|
|
20838
|
+
height: 16,
|
|
20839
|
+
marginLeft: 4
|
|
20840
|
+
};
|
|
20841
|
+
var textUnitWrapper = {
|
|
20842
|
+
display: "flex",
|
|
20843
|
+
flexDirection: "column"
|
|
20844
|
+
};
|
|
20837
20845
|
var FreePricing = () => {
|
|
20838
20846
|
return /* @__PURE__ */ jsxs9(Container, {
|
|
20839
20847
|
children: [
|
|
@@ -20858,14 +20866,36 @@ var FreePricing = () => {
|
|
|
20858
20866
|
/* @__PURE__ */ jsx41(PricingBulletPoint, {
|
|
20859
20867
|
text: "Must upgrade when your team grows",
|
|
20860
20868
|
checked: false
|
|
20869
|
+
}),
|
|
20870
|
+
/* @__PURE__ */ jsx41("div", {
|
|
20871
|
+
className: "flex flex-row justify-end mt-4",
|
|
20872
|
+
children: /* @__PURE__ */ jsx41("div", {
|
|
20873
|
+
style: {
|
|
20874
|
+
...textUnitWrapper,
|
|
20875
|
+
alignItems: "flex-end"
|
|
20876
|
+
},
|
|
20877
|
+
children: /* @__PURE__ */ jsxs9("a", {
|
|
20878
|
+
href: "/docs",
|
|
20879
|
+
className: "font-brand text-brand flex flex-row items-center gap-1 no-underline",
|
|
20880
|
+
children: [
|
|
20881
|
+
"No sign up needed - get started",
|
|
20882
|
+
" ",
|
|
20883
|
+
/* @__PURE__ */ jsx41("svg", {
|
|
20884
|
+
style: icon,
|
|
20885
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
20886
|
+
viewBox: "0 0 448 512",
|
|
20887
|
+
children: /* @__PURE__ */ jsx41("path", {
|
|
20888
|
+
fill: "currentColor",
|
|
20889
|
+
d: "M438.6 278.6l-160 160C272.4 444.9 264.2 448 256 448s-16.38-3.125-22.62-9.375c-12.5-12.5-12.5-32.75 0-45.25L338.8 288H32C14.33 288 .0016 273.7 .0016 256S14.33 224 32 224h306.8l-105.4-105.4c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0l160 160C451.1 245.9 451.1 266.1 438.6 278.6z"
|
|
20890
|
+
})
|
|
20891
|
+
})
|
|
20892
|
+
]
|
|
20893
|
+
})
|
|
20894
|
+
})
|
|
20861
20895
|
})
|
|
20862
20896
|
]
|
|
20863
20897
|
});
|
|
20864
20898
|
};
|
|
20865
|
-
var textUnitWrapper = {
|
|
20866
|
-
display: "flex",
|
|
20867
|
-
flexDirection: "column"
|
|
20868
|
-
};
|
|
20869
20899
|
var EnterpriseLicense = () => {
|
|
20870
20900
|
return /* @__PURE__ */ jsxs9(Container, {
|
|
20871
20901
|
children: [
|
|
@@ -20944,10 +20974,6 @@ var EnterpriseLicense = () => {
|
|
|
20944
20974
|
};
|
|
20945
20975
|
var SEAT_PRICE = 25;
|
|
20946
20976
|
var RENDER_UNIT_PRICE = 10;
|
|
20947
|
-
var icon = {
|
|
20948
|
-
height: 16,
|
|
20949
|
-
marginLeft: 4
|
|
20950
|
-
};
|
|
20951
20977
|
var CompanyPricing = () => {
|
|
20952
20978
|
const [devSeatCount, setDevSeatCount] = React53.useState(1);
|
|
20953
20979
|
const [cloudRenders, setCloudRenders] = React53.useState(1000);
|
|
@@ -755,7 +755,7 @@ var __defProp2, __export2 = (target, all) => {
|
|
|
755
755
|
});
|
|
756
756
|
}, useIsPlayer = () => {
|
|
757
757
|
return useContext(IsPlayerContext);
|
|
758
|
-
}, VERSION = "4.0.
|
|
758
|
+
}, VERSION = "4.0.410", checkMultipleRemotionVersions = () => {
|
|
759
759
|
if (typeof globalThis === "undefined") {
|
|
760
760
|
return;
|
|
761
761
|
}
|
|
@@ -21437,7 +21437,7 @@ var TemplateModalContent = ({ template }) => {
|
|
|
21437
21437
|
]
|
|
21438
21438
|
})
|
|
21439
21439
|
}),
|
|
21440
|
-
/* @__PURE__ */ jsx47("a", {
|
|
21440
|
+
template.showStackblitz ? /* @__PURE__ */ jsx47("a", {
|
|
21441
21441
|
target: "_blank",
|
|
21442
21442
|
className: "text-inherit inline-flex flex-row items-center cursor-pointer select-none",
|
|
21443
21443
|
href: `https://stackblitz.com/github/${template.org}/${template.repoName}`,
|
|
@@ -21459,7 +21459,7 @@ var TemplateModalContent = ({ template }) => {
|
|
|
21459
21459
|
})
|
|
21460
21460
|
]
|
|
21461
21461
|
})
|
|
21462
|
-
}),
|
|
21462
|
+
}) : null,
|
|
21463
21463
|
template.allowEnableTailwind ? /* @__PURE__ */ jsxs9("div", {
|
|
21464
21464
|
className: "flex flex-row items-center pt-1 pb-1 align-middle pr-4",
|
|
21465
21465
|
children: [
|
package/dist/templates.js
CHANGED
|
@@ -755,7 +755,7 @@ var __defProp2, __export2 = (target, all) => {
|
|
|
755
755
|
});
|
|
756
756
|
}, useIsPlayer = () => {
|
|
757
757
|
return useContext(IsPlayerContext);
|
|
758
|
-
}, VERSION = "4.0.
|
|
758
|
+
}, VERSION = "4.0.410", checkMultipleRemotionVersions = () => {
|
|
759
759
|
if (typeof globalThis === "undefined") {
|
|
760
760
|
return;
|
|
761
761
|
}
|
|
@@ -19448,11 +19448,11 @@ var listOfRemotionPackages = [
|
|
|
19448
19448
|
"@remotion/rive",
|
|
19449
19449
|
"@remotion/shapes",
|
|
19450
19450
|
"@remotion/skia",
|
|
19451
|
-
"@remotion/skills",
|
|
19452
19451
|
"@remotion/promo-pages",
|
|
19453
19452
|
"@remotion/streaming",
|
|
19454
19453
|
"@remotion/serverless",
|
|
19455
19454
|
"@remotion/serverless-client",
|
|
19455
|
+
"@remotion/skills",
|
|
19456
19456
|
"@remotion/studio-server",
|
|
19457
19457
|
"@remotion/studio-shared",
|
|
19458
19458
|
"@remotion/studio",
|
|
@@ -19478,13 +19478,35 @@ function truthy3(value) {
|
|
|
19478
19478
|
return Boolean(value);
|
|
19479
19479
|
}
|
|
19480
19480
|
var FEATURED_TEMPLATES = [
|
|
19481
|
+
{
|
|
19482
|
+
homePageLabel: "Blank",
|
|
19483
|
+
shortName: "Blank",
|
|
19484
|
+
description: "Nothing except an empty canvas",
|
|
19485
|
+
org: "remotion-dev",
|
|
19486
|
+
repoName: "template-empty",
|
|
19487
|
+
longerDescription: "A template containing nothing but an empty canvas. Recommended if you already used Remotion or plan to write your code with AI.",
|
|
19488
|
+
promoVideo: {
|
|
19489
|
+
muxId: "JD00x15y859GjqO7C9hpILkrSddGzd55K4lfj02dv8gU4",
|
|
19490
|
+
width: 1280,
|
|
19491
|
+
height: 720
|
|
19492
|
+
},
|
|
19493
|
+
cliId: "blank",
|
|
19494
|
+
type: "video",
|
|
19495
|
+
defaultBranch: "main",
|
|
19496
|
+
featuredOnHomePage: "Blank",
|
|
19497
|
+
previewURL: "https://template-empty.vercel.app/?/MyComp",
|
|
19498
|
+
templateInMonorepo: "template-blank",
|
|
19499
|
+
allowEnableTailwind: true,
|
|
19500
|
+
contributedBy: null,
|
|
19501
|
+
showStackblitz: true
|
|
19502
|
+
},
|
|
19481
19503
|
{
|
|
19482
19504
|
homePageLabel: "Hello World",
|
|
19483
19505
|
shortName: "Hello World",
|
|
19484
19506
|
org: "remotion-dev",
|
|
19485
19507
|
repoName: "template-helloworld",
|
|
19486
|
-
description:
|
|
19487
|
-
longerDescription: "A basic template with TypeScript, Prettier and ESLint preconfigured.
|
|
19508
|
+
description: "A playground with a simple animation",
|
|
19509
|
+
longerDescription: "A basic template with TypeScript, Prettier and ESLint preconfigured.",
|
|
19488
19510
|
promoVideo: {
|
|
19489
19511
|
muxId: "vKvV6aa7GXGlR01cmpc6J8Zz4Gkj9d2hBSnVYoef00900I",
|
|
19490
19512
|
height: 1080,
|
|
@@ -19497,7 +19519,8 @@ var FEATURED_TEMPLATES = [
|
|
|
19497
19519
|
previewURL: "https://remotion-helloworld.vercel.app/?/HelloWorld",
|
|
19498
19520
|
templateInMonorepo: "template-helloworld",
|
|
19499
19521
|
allowEnableTailwind: true,
|
|
19500
|
-
contributedBy: null
|
|
19522
|
+
contributedBy: null,
|
|
19523
|
+
showStackblitz: true
|
|
19501
19524
|
},
|
|
19502
19525
|
{
|
|
19503
19526
|
homePageLabel: "Next.js (App dir)",
|
|
@@ -19518,7 +19541,8 @@ var FEATURED_TEMPLATES = [
|
|
|
19518
19541
|
previewURL: "https://next.remotion.dev",
|
|
19519
19542
|
templateInMonorepo: "template-next-app",
|
|
19520
19543
|
allowEnableTailwind: false,
|
|
19521
|
-
contributedBy: null
|
|
19544
|
+
contributedBy: null,
|
|
19545
|
+
showStackblitz: true
|
|
19522
19546
|
},
|
|
19523
19547
|
{
|
|
19524
19548
|
homePageLabel: "Next.js (App dir + TailwindCSS)",
|
|
@@ -19539,7 +19563,8 @@ var FEATURED_TEMPLATES = [
|
|
|
19539
19563
|
previewURL: "https://next.remotion.dev",
|
|
19540
19564
|
templateInMonorepo: "template-next-app-tailwind",
|
|
19541
19565
|
allowEnableTailwind: false,
|
|
19542
|
-
contributedBy: null
|
|
19566
|
+
contributedBy: null,
|
|
19567
|
+
showStackblitz: true
|
|
19543
19568
|
},
|
|
19544
19569
|
{
|
|
19545
19570
|
homePageLabel: "Next.js (Pages dir)",
|
|
@@ -19560,28 +19585,8 @@ var FEATURED_TEMPLATES = [
|
|
|
19560
19585
|
previewURL: "https://next.remotion.dev",
|
|
19561
19586
|
templateInMonorepo: "template-next-pages",
|
|
19562
19587
|
allowEnableTailwind: false,
|
|
19563
|
-
contributedBy: null
|
|
19564
|
-
|
|
19565
|
-
{
|
|
19566
|
-
homePageLabel: "Blank",
|
|
19567
|
-
shortName: "Blank",
|
|
19568
|
-
description: "Nothing except an empty canvas",
|
|
19569
|
-
org: "remotion-dev",
|
|
19570
|
-
repoName: "template-empty",
|
|
19571
|
-
longerDescription: "A template containing nothing but an empty canvas. Recommended for people who already worked with Remotion.",
|
|
19572
|
-
promoVideo: {
|
|
19573
|
-
muxId: "JD00x15y859GjqO7C9hpILkrSddGzd55K4lfj02dv8gU4",
|
|
19574
|
-
width: 1280,
|
|
19575
|
-
height: 720
|
|
19576
|
-
},
|
|
19577
|
-
cliId: "blank",
|
|
19578
|
-
type: "video",
|
|
19579
|
-
defaultBranch: "main",
|
|
19580
|
-
featuredOnHomePage: "Blank",
|
|
19581
|
-
previewURL: "https://template-empty.vercel.app/?/MyComp",
|
|
19582
|
-
templateInMonorepo: "template-blank",
|
|
19583
|
-
allowEnableTailwind: true,
|
|
19584
|
-
contributedBy: null
|
|
19588
|
+
contributedBy: null,
|
|
19589
|
+
showStackblitz: true
|
|
19585
19590
|
},
|
|
19586
19591
|
{
|
|
19587
19592
|
homePageLabel: "Recorder",
|
|
@@ -19602,7 +19607,8 @@ var FEATURED_TEMPLATES = [
|
|
|
19602
19607
|
previewURL: null,
|
|
19603
19608
|
templateInMonorepo: "template-recorder",
|
|
19604
19609
|
allowEnableTailwind: false,
|
|
19605
|
-
contributedBy: null
|
|
19610
|
+
contributedBy: null,
|
|
19611
|
+
showStackblitz: true
|
|
19606
19612
|
},
|
|
19607
19613
|
{
|
|
19608
19614
|
homePageLabel: "Prompt to Motion Graphics",
|
|
@@ -19623,7 +19629,8 @@ var FEATURED_TEMPLATES = [
|
|
|
19623
19629
|
previewURL: null,
|
|
19624
19630
|
templateInMonorepo: "template-prompt-to-motion-graphics",
|
|
19625
19631
|
allowEnableTailwind: false,
|
|
19626
|
-
contributedBy: "ASchwad"
|
|
19632
|
+
contributedBy: "ASchwad",
|
|
19633
|
+
showStackblitz: false
|
|
19627
19634
|
},
|
|
19628
19635
|
{
|
|
19629
19636
|
homePageLabel: "JavaScript",
|
|
@@ -19644,7 +19651,8 @@ var FEATURED_TEMPLATES = [
|
|
|
19644
19651
|
previewURL: "https://template-helloworld-javascript.vercel.app/?/HelloWorld",
|
|
19645
19652
|
templateInMonorepo: "template-javascript",
|
|
19646
19653
|
allowEnableTailwind: true,
|
|
19647
|
-
contributedBy: null
|
|
19654
|
+
contributedBy: null,
|
|
19655
|
+
showStackblitz: true
|
|
19648
19656
|
},
|
|
19649
19657
|
{
|
|
19650
19658
|
homePageLabel: "Render Server (Express.js)",
|
|
@@ -19665,7 +19673,8 @@ var FEATURED_TEMPLATES = [
|
|
|
19665
19673
|
previewURL: null,
|
|
19666
19674
|
templateInMonorepo: "template-render-server",
|
|
19667
19675
|
allowEnableTailwind: false,
|
|
19668
|
-
contributedBy: null
|
|
19676
|
+
contributedBy: null,
|
|
19677
|
+
showStackblitz: true
|
|
19669
19678
|
},
|
|
19670
19679
|
{
|
|
19671
19680
|
homePageLabel: "React Router 7",
|
|
@@ -19686,7 +19695,8 @@ var FEATURED_TEMPLATES = [
|
|
|
19686
19695
|
previewURL: null,
|
|
19687
19696
|
templateInMonorepo: "template-react-router",
|
|
19688
19697
|
allowEnableTailwind: false,
|
|
19689
|
-
contributedBy: null
|
|
19698
|
+
contributedBy: null,
|
|
19699
|
+
showStackblitz: true
|
|
19690
19700
|
},
|
|
19691
19701
|
{
|
|
19692
19702
|
homePageLabel: "3D",
|
|
@@ -19707,7 +19717,8 @@ var FEATURED_TEMPLATES = [
|
|
|
19707
19717
|
previewURL: "https://template-three-remotion.vercel.app/",
|
|
19708
19718
|
templateInMonorepo: "template-three",
|
|
19709
19719
|
allowEnableTailwind: false,
|
|
19710
|
-
contributedBy: null
|
|
19720
|
+
contributedBy: null,
|
|
19721
|
+
showStackblitz: true
|
|
19711
19722
|
},
|
|
19712
19723
|
{
|
|
19713
19724
|
homePageLabel: "Stills",
|
|
@@ -19728,7 +19739,8 @@ var FEATURED_TEMPLATES = [
|
|
|
19728
19739
|
previewURL: "https://template-still.vercel.app/?/PreviewCard",
|
|
19729
19740
|
templateInMonorepo: "template-still",
|
|
19730
19741
|
allowEnableTailwind: false,
|
|
19731
|
-
contributedBy: null
|
|
19742
|
+
contributedBy: null,
|
|
19743
|
+
showStackblitz: true
|
|
19732
19744
|
},
|
|
19733
19745
|
{
|
|
19734
19746
|
homePageLabel: "Text-To-Speech (Azure)",
|
|
@@ -19749,7 +19761,8 @@ var FEATURED_TEMPLATES = [
|
|
|
19749
19761
|
previewURL: null,
|
|
19750
19762
|
templateInMonorepo: "template-tts-azure",
|
|
19751
19763
|
allowEnableTailwind: false,
|
|
19752
|
-
contributedBy: null
|
|
19764
|
+
contributedBy: null,
|
|
19765
|
+
showStackblitz: true
|
|
19753
19766
|
},
|
|
19754
19767
|
{
|
|
19755
19768
|
homePageLabel: "Text-To-Speech (Google)",
|
|
@@ -19770,7 +19783,8 @@ var FEATURED_TEMPLATES = [
|
|
|
19770
19783
|
previewURL: null,
|
|
19771
19784
|
templateInMonorepo: "template-tts-google",
|
|
19772
19785
|
allowEnableTailwind: false,
|
|
19773
|
-
contributedBy: null
|
|
19786
|
+
contributedBy: null,
|
|
19787
|
+
showStackblitz: true
|
|
19774
19788
|
},
|
|
19775
19789
|
{
|
|
19776
19790
|
homePageLabel: "Audiogram",
|
|
@@ -19791,7 +19805,8 @@ var FEATURED_TEMPLATES = [
|
|
|
19791
19805
|
previewURL: "https://template-audiogram-1nrh.vercel.app",
|
|
19792
19806
|
templateInMonorepo: "template-audiogram",
|
|
19793
19807
|
allowEnableTailwind: true,
|
|
19794
|
-
contributedBy: null
|
|
19808
|
+
contributedBy: null,
|
|
19809
|
+
showStackblitz: true
|
|
19795
19810
|
},
|
|
19796
19811
|
{
|
|
19797
19812
|
homePageLabel: "Music Visualization",
|
|
@@ -19812,7 +19827,8 @@ var FEATURED_TEMPLATES = [
|
|
|
19812
19827
|
previewURL: null,
|
|
19813
19828
|
templateInMonorepo: "template-music-visualization",
|
|
19814
19829
|
allowEnableTailwind: true,
|
|
19815
|
-
contributedBy: null
|
|
19830
|
+
contributedBy: null,
|
|
19831
|
+
showStackblitz: true
|
|
19816
19832
|
},
|
|
19817
19833
|
{
|
|
19818
19834
|
homePageLabel: "Prompt to Video",
|
|
@@ -19833,7 +19849,8 @@ var FEATURED_TEMPLATES = [
|
|
|
19833
19849
|
previewURL: null,
|
|
19834
19850
|
templateInMonorepo: "template-prompt-to-video",
|
|
19835
19851
|
allowEnableTailwind: true,
|
|
19836
|
-
contributedBy: "webmonch"
|
|
19852
|
+
contributedBy: "webmonch",
|
|
19853
|
+
showStackblitz: true
|
|
19837
19854
|
},
|
|
19838
19855
|
{
|
|
19839
19856
|
homePageLabel: "Skia",
|
|
@@ -19854,7 +19871,8 @@ var FEATURED_TEMPLATES = [
|
|
|
19854
19871
|
previewURL: null,
|
|
19855
19872
|
templateInMonorepo: "template-skia",
|
|
19856
19873
|
allowEnableTailwind: false,
|
|
19857
|
-
contributedBy: null
|
|
19874
|
+
contributedBy: null,
|
|
19875
|
+
showStackblitz: true
|
|
19858
19876
|
},
|
|
19859
19877
|
{
|
|
19860
19878
|
homePageLabel: "Overlay",
|
|
@@ -19881,7 +19899,8 @@ var FEATURED_TEMPLATES = [
|
|
|
19881
19899
|
previewURL: null,
|
|
19882
19900
|
templateInMonorepo: "template-overlay",
|
|
19883
19901
|
allowEnableTailwind: true,
|
|
19884
|
-
contributedBy: null
|
|
19902
|
+
contributedBy: null,
|
|
19903
|
+
showStackblitz: true
|
|
19885
19904
|
},
|
|
19886
19905
|
{
|
|
19887
19906
|
homePageLabel: "Code Hike",
|
|
@@ -19906,7 +19925,8 @@ var FEATURED_TEMPLATES = [
|
|
|
19906
19925
|
previewURL: "https://template-code-hike.vercel.app/",
|
|
19907
19926
|
templateInMonorepo: "template-code-hike",
|
|
19908
19927
|
allowEnableTailwind: false,
|
|
19909
|
-
contributedBy: null
|
|
19928
|
+
contributedBy: null,
|
|
19929
|
+
showStackblitz: true
|
|
19910
19930
|
},
|
|
19911
19931
|
{
|
|
19912
19932
|
homePageLabel: "Stargazer",
|
|
@@ -19927,7 +19947,8 @@ var FEATURED_TEMPLATES = [
|
|
|
19927
19947
|
previewURL: null,
|
|
19928
19948
|
templateInMonorepo: "template-stargazer",
|
|
19929
19949
|
allowEnableTailwind: true,
|
|
19930
|
-
contributedBy:
|
|
19950
|
+
contributedBy: "pomber",
|
|
19951
|
+
showStackblitz: true
|
|
19931
19952
|
},
|
|
19932
19953
|
{
|
|
19933
19954
|
homePageLabel: "TikTok",
|
|
@@ -19948,7 +19969,8 @@ var FEATURED_TEMPLATES = [
|
|
|
19948
19969
|
previewURL: null,
|
|
19949
19970
|
templateInMonorepo: "template-tiktok",
|
|
19950
19971
|
allowEnableTailwind: true,
|
|
19951
|
-
contributedBy: null
|
|
19972
|
+
contributedBy: null,
|
|
19973
|
+
showStackblitz: true
|
|
19952
19974
|
}
|
|
19953
19975
|
].filter(truthy3);
|
|
19954
19976
|
var PAID_TEMPLATES = [
|