Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions website/scripts/gen-recreation.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -188,11 +188,11 @@ const waveBarCount = new Function(
`return ${lift(/const barCount = ([^;]+);/, "waveform barCount")};`,
);
const waveBarHeightPct = new Function(
"h",
"amplitude",
`return ${lift(/height: `\$\{([^}]+)\}%`/, "waveform bar height")};`,
);
const waveBarOpacity = new Function(
"h",
"amplitude",
`return ${lift(/opacity: ([^,\n]+),\n/, "waveform bar opacity")};`,
);

Expand Down
4 changes: 2 additions & 2 deletions website/src/components/Recreation/generated.ts
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ export const PANELS = {
],
},
effects: {
title: "Video Effects",
title: "Composition",
padding: "Padding",
blurBg: "Blur BG",
motionBlur: "Motion Blur",
Expand Down Expand Up @@ -802,7 +802,7 @@ export const PROVENANCE: ProvenanceEntry[] = [
{ shown: "Gradient", source: "src/i18n/locales/en/settings.json → background.gradient" },
{ shown: "Upload Custom", source: "src/i18n/locales/en/settings.json → background.uploadCustom" },
{ shown: "Background 1", source: "computed: settings.json background.imageLabel over the 18 wallpapers WALLPAPER_COUNT declares in src/lib/wallpaper.ts" },
{ shown: "Video Effects", source: "src/i18n/locales/en/settings.json → effects.title" },
{ shown: "Composition", source: "src/i18n/locales/en/settings.json → effects.title" },
{ shown: "Padding", source: "src/i18n/locales/en/settings.json → effects.padding" },
{ shown: "Blur BG", source: "src/i18n/locales/en/settings.json → effects.blurBg" },
{ shown: "Motion Blur", source: "src/i18n/locales/en/settings.json → effects.motionBlur" },
Expand Down
Loading