You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-17Lines changed: 9 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -194,6 +194,14 @@ See the complete list of transformations supported in ImageKit [here](https://do
194
194
195
195
If you want to generate transformations in your application and add them to the URL as it is, use the `raw` parameter.
196
196
197
+
<br/>
198
+
199
+
> #### Deprecation notice
200
+
> The list below mentions the old overlay syntax parameters such as `oi`, `ot`, `obg`, and more. These parameters will be deprecated on 31st Oct 2023 and will start returning errors when used in URLs. Please migrate to the new Layers syntax that supports overlay nesting, provides better positional control, and allows more transformations at the layer level. You can start with [examples](https://docs.imagekit.io/features/image-transformations/overlay-using-layers#examples) to learn quickly.
201
+
> If you create overlay transformations using the JavaScript SDK, you can migrate to the new Layers syntax using the `raw` transformation parameter, as given in the example below.
@@ -255,22 +263,6 @@ If you want to generate transformations in your application and add them to the
255
263
| raw | The string provided in raw will be added in the URL as it is. |
256
264
257
265
258
-
##### Deprecation notice
259
-
260
-
The old overlay syntax will be deprecated on 31st Oct 2023 and will start returning errors when used in URLs. Please migrate to the new Layers syntax that supports overlay nesting, provides better positional control, and allows more transformations at the layer level. You can start with [examples](https://docs.imagekit.io/features/image-transformations/overlay-using-layers#examples) to learn quickly.
261
-
262
-
If you are creating overlay transformations using the JavaScript SDK, you can migrate to the new Layers syntax using the raw parameter:
263
-
264
-
transformation : [
265
-
{
266
-
"width" : 300,
267
-
"height" : 300
268
-
},
269
-
{
270
-
"raw": "l-image,i-logo.png,w-10,rt-90,l-end"
271
-
}]
272
-
273
-
274
266
### File Upload
275
267
276
268
The SDK provides a simple interface using the `.upload()` method to upload files to the ImageKit Media Library.
0 commit comments