Skip to content

Commit 7d34ab2

Browse files
ANKUR DWIVEDIANKUR DWIVEDI
authored andcommitted
updated readme.md
1 parent 1959800 commit 7d34ab2

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ https://ik.imagekit.io/your_imagekit_id/tr:h-300,w-400/default-image.jpg?p1=123&
226226

227227
ImageKit.io enables you to apply overlays to [images](https://docs.imagekit.io/features/image-transformations/overlay-using-layers) and [videos](https://docs.imagekit.io/features/video-transformation/overlay) using the raw parameter with the concept of [layers](https://docs.imagekit.io/features/image-transformations/overlay-using-layers#layers). The raw parameter facilitates incorporating transformations directly in the URL. A layer is a distinct type of transformation that allows you to define an asset to serve as an overlay, along with its positioning and additional transformations.
228228

229-
### Text as overlays
229+
***Text as overlays***
230230

231231
You can add any text string over a base video or image using a text layer (l-text).
232232

@@ -247,8 +247,7 @@ image_url = imagekit.url({
247247
```
248248
https://ik.imagekit.io/your_imagekit_id/tr:h-300,w-400,l-text,i-Imagekit,fs-50,l-end/default-image.jpg
249249
```
250-
251-
### Image as overlays
250+
***Image as overlays***
252251

253252
You can add an image over a base video or image using an image layer (l-image).
254253

@@ -270,7 +269,7 @@ image_url = imagekit.url({
270269
https://ik.imagekit.io/your_imagekit_id/tr:h-300,w-400,l-image,i-default-image.jpg,w-100,b-10_CDDC39,l-end/default-image.jpg
271270
```
272271

273-
### Solid color blocks as overlays
272+
***Solid color blocks as overlays***
274273

275274
You can add solid color blocks over a base video or image using an image layer (l-image).
276275

0 commit comments

Comments
 (0)