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
// Result: URL with signature parameter (?ik-s=signature)
265
295
```
266
296
297
+
### Using Raw parameter for custom transformations
298
+
299
+
ImageKit frequently adds new transformation parameters that might not yet be documented in the SDK. You can use the `raw` parameter to access these features or create custom transformation strings:
## Authentication parameters for client-side uploads
268
318
269
319
Generate authentication parameters for secure client-side file uploads:
@@ -595,8 +645,6 @@ const client = new ImageKit({
595
645
});
596
646
```
597
647
598
-
## Frequently Asked Questions
599
-
600
648
## Semantic versioning
601
649
602
650
This package generally follows [SemVer](https://semver.org/spec/v2.0.0.html) conventions, though certain backwards-incompatible changes may be released as minor versions:
0 commit comments