You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -266,7 +266,7 @@ The table below outlines the available overlay configuration options:
266
266
| text | (For text overlays) The text content to display. |`text: "ImageKit"`|
267
267
| input | (For image, video, or subtitle overlays) Relative path to the overlay asset. |`input: "logo.png"` or `input: "overlay-video.mp4"`|
268
268
| color | (For solidColor overlays) RGB/RGBA hex code or color name for the overlay color. |`color: "FF0000"`|
269
-
| encoding |Defines how the overlay input is encoded. Accepted values: `auto`, `plain`, `base64`. |`encoding: "auto"`|
269
+
| encoding | Accepted values: `auto`, `plain`, `base64`. [Check this](#encoding-options) for more details.|`encoding: "auto"`|
270
270
| transformation | An array of transformation objects to style the overlay. <br> - [Text Overlay Transformations](#text-overlay-transformations) <br> - [Subtitle Overlay Transformations](#subtitle-overlay-transformations) <br> - Image and video overlays support most [transformations](#supported-transformations). <br> See [ImageKit docs](https://imagekit.io/docs/transformations#overlay-using-layers) for more details. |`transformation: [{ fontSize: 50 }]`|
271
271
| position | Sets the overlay’s position relative to the base asset. Accepts an object with `x`, `y`, or `focus`. The `focus` value can be one of: `center`, `top`, `left`, `bottom`, `right`, `top_left`, `top_right`, `bottom_left`, or `bottom_right`. |`position: { x: 10, y: 20 }` or `position: { focus: "center" }`|
272
272
| timing | (For video base) Specifies when the overlay appears using `start`, `duration`, and `end` (in seconds); if both `duration` and `end` are set, `duration` is ignored. |`timing: { start: 5, duration: 10 }`|
0 commit comments