storyforge 0.12.2 → 0.13.0
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.
|
@@ -5972,7 +5972,7 @@ var renderRemotion = async (shot, ctx) => {
|
|
|
5972
5972
|
} else {
|
|
5973
5973
|
const remotion = requireRemotionRoot();
|
|
5974
5974
|
entryArg = remotion.entry;
|
|
5975
|
-
compId = ctx.aspect === "9:16" ? "
|
|
5975
|
+
compId = ctx.aspect === "9:16" ? "KineticTextVertical" : "KineticText";
|
|
5976
5976
|
remotionCwd = remotion.cwd;
|
|
5977
5977
|
}
|
|
5978
5978
|
const propsPath = path7.join(ctx.tmpDir, "remotion", `${shot.id}_props.json`);
|
|
@@ -5982,7 +5982,9 @@ var renderRemotion = async (shot, ctx) => {
|
|
|
5982
5982
|
JSON.stringify(
|
|
5983
5983
|
{
|
|
5984
5984
|
durationInFrames: durationFrames,
|
|
5985
|
-
|
|
5985
|
+
text: shot.overlayText ?? "",
|
|
5986
|
+
accentColor: "#58C4DD",
|
|
5987
|
+
bgColor: "#080A12",
|
|
5986
5988
|
intent: shot.intent ?? ""
|
|
5987
5989
|
},
|
|
5988
5990
|
null,
|
package/dist/index.js
CHANGED
|
@@ -1689,7 +1689,7 @@ Return ONLY the complete updated TSX. No markdown fences, no explanation.`;
|
|
|
1689
1689
|
return "0.0.0";
|
|
1690
1690
|
})();
|
|
1691
1691
|
void (async () => {
|
|
1692
|
-
const { BridgePoller } = await import("./bridge-poller-
|
|
1692
|
+
const { BridgePoller } = await import("./bridge-poller-J7R4YRNI.js");
|
|
1693
1693
|
const poller = new BridgePoller({ baseUrl: bridgeUrl, token: bridgeToken2, clientVersion: `storyforge ${pkgVersion}` });
|
|
1694
1694
|
poller.start();
|
|
1695
1695
|
})();
|
|
@@ -2512,7 +2512,7 @@ function resolveBridgeToken2(explicit) {
|
|
|
2512
2512
|
// package.json
|
|
2513
2513
|
var package_default = {
|
|
2514
2514
|
name: "storyforge",
|
|
2515
|
-
version: "0.
|
|
2515
|
+
version: "0.13.0",
|
|
2516
2516
|
description: "StoryForge \u2014 local bridge for the Forge video production web app. Parallel clip-render orchestrator (Remotion 4 + Manim + HyperFrames + ffmpeg) + final video stitcher + dependency doctor.",
|
|
2517
2517
|
type: "module",
|
|
2518
2518
|
bin: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "storyforge",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.13.0",
|
|
4
4
|
"description": "StoryForge — local bridge for the Forge video production web app. Parallel clip-render orchestrator (Remotion 4 + Manim + HyperFrames + ffmpeg) + final video stitcher + dependency doctor.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|