ugcinc 2.63.3 → 2.63.5

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/render.js +2 -0
  2. package/package.json +2 -2
package/dist/render.js CHANGED
@@ -26,6 +26,8 @@ class RenderClient {
26
26
  width: params.config.width,
27
27
  height: params.config.height,
28
28
  elements: params.config.elements,
29
+ backgroundType: params.config.backgroundType ?? 'image',
30
+ backgroundColor: params.config.backgroundColor,
29
31
  backgroundFit: params.config.backgroundFit ?? 'cover',
30
32
  dynamicCrop: params.config.dynamicCrop,
31
33
  // Inject imageUrls and textValues as sources for the renderer
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ugcinc",
3
- "version": "2.63.3",
3
+ "version": "2.63.5",
4
4
  "description": "TypeScript/JavaScript client for the UGC Inc API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -26,7 +26,7 @@
26
26
  "devDependencies": {
27
27
  "@types/node": "^20.0.0",
28
28
  "typescript": "^5.0.0",
29
- "ugcinc-render": "latest"
29
+ "ugcinc-render": "^1.3.13"
30
30
  },
31
31
  "files": [
32
32
  "dist",