create-video
Advanced tools
Comparing version 4.0.183 to 4.0.184
@@ -0,1 +1,2 @@ | ||
#! /usr/bin/env node | ||
"use strict"; | ||
@@ -2,0 +3,0 @@ var __importDefault = (this && this.__importDefault) || function (mod) { |
@@ -32,2 +32,3 @@ "use strict"; | ||
const minimist_1 = __importDefault(require("minimist")); | ||
const make_link_1 = require("./hyperlinks/make-link"); | ||
const prompts_1 = __importStar(require("./prompts")); | ||
@@ -61,4 +62,7 @@ const strip_ansi_1 = require("./strip-ansi"); | ||
value: template, | ||
title: chalk_1.default.bold(padEnd(template.shortName, descriptionColumn)) + | ||
template.description.trim(), | ||
title: chalk_1.default.bold(padEnd((0, make_link_1.makeHyperlink)({ | ||
text: template.shortName, | ||
url: `https://remotion.dev/templates/${template.cliId}`, | ||
fallback: template.shortName, | ||
}), descriptionColumn)) + template.description.trim(), | ||
}; | ||
@@ -65,0 +69,0 @@ }), |
@@ -24,3 +24,3 @@ import React from 'react'; | ||
longerDescription: React.ReactNode; | ||
cliId: 'hello-world' | 'javascript' | 'blank' | 'next' | 'next-tailwind' | 'next-pages-dir' | 'remix' | 'three' | 'still' | 'tts' | 'google-tts' | 'audiogram' | 'skia' | 'tailwind' | 'overlay' | 'stargazer' | 'tiktok'; | ||
cliId: 'hello-world' | 'javascript' | 'blank' | 'next' | 'next-tailwind' | 'next-pages-dir' | 'remix' | 'three' | 'still' | 'tts' | 'google-tts' | 'audiogram' | 'skia' | 'tailwind' | 'overlay' | 'stargazer' | 'tiktok' | 'code-hike'; | ||
defaultBranch: string; | ||
@@ -27,0 +27,0 @@ featuredOnHomePage: string | null; |
@@ -272,2 +272,20 @@ "use strict"; | ||
{ | ||
homePageLabel: 'Code Hike', | ||
shortName: 'Code Hike', | ||
org: 'remotion-dev', | ||
repoName: 'template-code-hike', | ||
description: 'Beautiful code animations', | ||
longerDescription: ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: ["Add code snippets and animate between them using", ' ', (0, jsx_runtime_1.jsx)("a", { href: "https://codehike.org/", children: "Code Hike" }), ". Supports many languages, TypeScript error annotations, and many themes."] })), | ||
promoVideo: { | ||
muxId: 'fKwnpTAOqvnZpu00fwEezi00cpF3927NumGcS1gGdUj8A', | ||
width: 1080, | ||
height: 1080, | ||
}, | ||
cliId: 'code-hike', | ||
type: 'video', | ||
defaultBranch: 'main', | ||
featuredOnHomePage: null, | ||
previewURL: 'https://template-code-hike.vercel.app/', | ||
}, | ||
{ | ||
homePageLabel: 'Stargazer', | ||
@@ -274,0 +292,0 @@ shortName: 'Stargazer', |
@@ -6,3 +6,3 @@ { | ||
"name": "create-video", | ||
"version": "4.0.183", | ||
"version": "4.0.184", | ||
"description": "Create a new Remotion project", | ||
@@ -9,0 +9,0 @@ "main": "dist/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
98435
52
2185