cerevox 0.4.3 → 0.4.4

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.
@@ -505,7 +505,7 @@ function compileToFfmpeg(project, opts = {}) {
505
505
  const libassOk = strat === 'ass' || (strat === 'auto' && hasLibass(ffmpegBin));
506
506
  // Default force_style for better CJK wrapping; adjust margins as needed.
507
507
  // NOTE: kept inside compile scope so it can be customized later if needed.
508
- const defaultForceStyle = `WrapStyle=0,MarginL=80,MarginR=80`;
508
+ const defaultForceStyle = `WrapStyle=0,MarginL=60,MarginR=60`;
509
509
  if (libassOk) {
510
510
  // ASS mode
511
511
  const def = project.subtitles[0]?.style || {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cerevox",
3
- "version": "0.4.3",
3
+ "version": "0.4.4",
4
4
  "description": "TypeScript SDK for browser automation and secure command execution in highly available and scalable micro computer environments",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",