@koda-sl/baker-cli 0.270.2-dev.f69bf4bac → 0.270.3-dev.e350bbc93

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.
@@ -1139,6 +1139,14 @@ function normalizeForCanonical(value) {
1139
1139
  return void 0;
1140
1140
  }
1141
1141
 
1142
+ // ../canvas-contract/src/frameRealism.ts
1143
+ function frameRealismDirection(opts = {}) {
1144
+ return " Everything obeys real-world physics: paper, card and screens are OPAQUE with nothing showing through from behind, every object is at believable real-world scale next to the people handling it, and every object has its real-world form and construction \u2014 a phone has ONE screen and it is on the front. NO readable text or numbers anywhere in frame \u2014 phone screens, documents and signage stay illegible or out of focus, because any figure the model invents will contradict the script. Hands are kept simple: no close-up of fingers manipulating small parts, no hand gripping the edge of an object, and each person has exactly TWO arms and TWO legs, all attached and all visible or all out of frame. Anyone working does so the way the trade actually does it: nobody stands or kneels on the equipment being installed, nothing is fitted overhanging an edge or floating unsupported, and every part rests on the structure that would really carry it." + // The newest clause, and the one no route had. A testimonial came back with the customer
1145
+ // repairing the panel herself: nothing said she was not the installer, so the model cast
1146
+ // her as one. Who someone IS in the picture has to be stated, or it is guessed.
1147
+ (opts.role ? ` The person on camera is ${opts.role} \u2014 they are shown as that and never doing somebody else's job.` : "") + (opts.currency ? ` If a currency is unavoidably visible it is ${opts.currency}.` : "");
1148
+ }
1149
+
1142
1150
  // ../canvas-contract/src/registry.ts
1143
1151
  var OPENROUTER_IMAGE_AR = ["1:1", "2:3", "3:2", "3:4", "4:3", "4:5", "5:4", "9:16", "16:9", "21:9"];
1144
1152
  var OPENROUTER_IMAGE_AR_EXTREME = [...OPENROUTER_IMAGE_AR, "1:4", "4:1", "1:8", "8:1"];
@@ -9230,6 +9238,7 @@ export {
9230
9238
  describeFailureReason,
9231
9239
  AD_FORMAT_PLATFORMS,
9232
9240
  platformFormats,
9241
+ frameRealismDirection,
9233
9242
  SEEDANCE_DURATIONS,
9234
9243
  ELEVENLABS_MAX_MUSIC_LENGTH_MS,
9235
9244
  IMAGE_GENERATE_MODELS,
@@ -9285,4 +9294,4 @@ export {
9285
9294
  defaultRegistry,
9286
9295
  createEngineFromEnv
9287
9296
  };
9288
- //# sourceMappingURL=chunk-LDDTPUYV.js.map
9297
+ //# sourceMappingURL=chunk-LJ5DIC4F.js.map