Skip to content

Commit 241b3f5

Browse files
ANKUR DWIVEDIANKUR DWIVEDI
authored andcommitted
update readme.md
1 parent e1e98f6 commit 241b3f5

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
@@ -331,7 +331,7 @@ For example:
331331
```js
332332
<IKImage
333333
path="/default-image.jpg"
334-
transformation={[{ "width": 400, "height": 300 },{ "raw": "l-text,i-Imagekit,fs-50,l-end" }]}
334+
:transformation="[{ "width": 400, "height": 300, "raw": "l-text,i-Imagekit,fs-50,l-end" }]"
335335
/>
336336
```
337337
**Sample Result URL**
@@ -348,7 +348,7 @@ For example:
348348
```js
349349
<IKImage
350350
path="/default-image.jpg"
351-
transformation={[{ "width": 400, "height": 300 },{ "raw": "l-image,i-default-image.jpg,w-100,b-10_CDDC39,l-end" }]}
351+
:transformation="[{ "width": 400, "height": 300, "raw": "l-image,i-default-image.jpg,w-100,b-10_CDDC39,l-end" }]"
352352
/>
353353
```
354354
**Sample Result URL**
@@ -365,7 +365,7 @@ For example:
365365
```js
366366
<IKVideo
367367
path="/img/sample-video.mp4"
368-
transformation={[{ "width": 400, "height": 300 },{ "raw": "l-image,i-ik_canvas,bg-FF0000,w-300,h-100,l-end" }]}
368+
:transformation="[{ "width": 400, "height": 300, "raw": "l-image,i-ik_canvas,bg-FF0000,w-300,h-100,l-end" }]"
369369
/>
370370
```
371371
**Sample Result URL**

0 commit comments

Comments
 (0)