@@ -138,6 +138,12 @@ To use the SDK, you need to provide it with a few configuration parameters. The
138138 }]'
139139>< / ik- image>
140140
141+ // Renders an image with text overlaid.
142+ < ik- image
143+ path= " /default-image.jpg"
144+ [transformation]= ' [{ "width": 300, "height": 300 },{ "raw": "l-text,i-Hello%20World,w-10,rt-90,l-end" }]' >
145+ < / ik- image>
146+
141147// Lazy loading
142148< ik- image path= " /default-image.jpg" loading= " lazy" >< / ik- image>
143149
@@ -274,34 +280,6 @@ See the complete list of transformations supported in ImageKit [here](https://do
274280| rotation | rt |
275281| blur | bl |
276282| named | n |
277- | overlayX | ox |
278- | overlayY | oy |
279- | overlayFocus | ofo |
280- | overlayHeight | oh |
281- | overlayWidth | ow |
282- | overlayImage | oi |
283- | overlayImageTrim | oit |
284- | overlayImageAspectRatio | oiar |
285- | overlayImageBackground | oibg |
286- | overlayImageBorder | oib |
287- | overlayImageDPR | oidpr |
288- | overlayImageQuality | oiq |
289- | overlayImageCropping | oic |
290- | overlayImageTrim | oit |
291- | overlayText | ot |
292- | overlayTextFontSize | ots |
293- | overlayTextFontFamily | otf |
294- | overlayTextColor | otc |
295- | overlayTextTransparency | oa |
296- | overlayAlpha | oa |
297- | overlayTextTypography | ott |
298- | overlayBackground | obg |
299- | overlayTextEncoded | ote |
300- | overlayTextWidth | otw |
301- | overlayTextBackground | otbg |
302- | overlayTextPadding | otp |
303- | overlayTextInnerAlignment | otia |
304- | overlayRadius | or |
305283| progressive | pr |
306284| lossless | lo |
307285| trim | t |
0 commit comments