Skip to content

Commit

Permalink
update overlay text in readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ANKUR DWIVEDI authored and ANKUR DWIVEDI committed Dec 11, 2023
1 parent 136ef51 commit bdbce2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ To use the SDK, you need to provide it with a few configuration parameters. The
// Renders an image with text overlaid.
<ik-image
path="/default-image.jpg"
[transformation]='[{ "width": 300, "height": 300 },{ "raw": "l-text,i-Hello%20World,w-10,rt-90,l-end" }]'>
[transformation]='[{ "width": 300, "height": 300 },{ "raw": "l-text,i-ImageKit,w-10,rt-90,l-end" }]'>
</ik-image>

// Lazy loading
Expand Down

0 comments on commit bdbce2d

Please sign in to comment.