Skip to content

Commit a83ad09

Browse files
ANKUR DWIVEDIANKUR DWIVEDI
authored andcommitted
updated readme.md
1 parent 2db3189 commit a83ad09

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 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,7 +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-
*** Image as overlays ***
250+
**Image as overlays**
251251

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

@@ -269,7 +269,7 @@ image_url = imagekit.url({
269269
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
270270
```
271271

272-
*** Solid color blocks as overlays ***
272+
**Solid color blocks as overlays**
273273

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

0 commit comments

Comments
 (0)