ugcinc 3.10.0 → 3.10.1

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.
Files changed (2) hide show
  1. package/dist/types.d.ts +4 -0
  2. package/package.json +1 -1
package/dist/types.d.ts CHANGED
@@ -1235,6 +1235,10 @@ export interface AutoCaptionNodeConfig {
1235
1235
  backgroundColor?: string;
1236
1236
  /** Vertical position */
1237
1237
  position?: AutoCaptionPosition;
1238
+ /** Vertical offset in pixels from position anchor */
1239
+ yOffset?: number;
1240
+ /** Maximum width as percentage of video width (0-100) */
1241
+ maxWidth?: number;
1238
1242
  /** Words per subtitle segment (1-12) */
1239
1243
  wordsPerSubtitle?: number;
1240
1244
  /** Enable bounce animation effect */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ugcinc",
3
- "version": "3.10.0",
3
+ "version": "3.10.1",
4
4
  "description": "TypeScript/JavaScript client for the UGC Inc API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",