imagekit-nodejs
imagekit-nodejs copied to clipboard
Node.js SDK for ImageKit.io API.
## Problem description When I add `signed:true` to the options of `client.helper.buildSrc()`, I get the following error: ``` URL signing requires Node.js crypto module which is not available in this...
Automated Release PR --- ## 8.0.0 (2025-12-18) Full Changelog: [v7.1.1...v8.0.0](https://github.com/imagekit-developer/imagekit-nodejs/compare/v7.1.1...v8.0.0) ### ⚠ BREAKING CHANGES * **mcp:** remove deprecated tool schemes * **mcp:** **Migration:** To migrate, simply modify the command used...
The `listFiles` operations correctly returns `customMetadata` for each file when they are present. Imagekit web UI allows users to also set custom metadata on folder, but these are not present...
When calling `listFiles` the return type of the call is always `FileObject | FolderObject` regardless of the parameters passed to the `listFiles` call. This requires some extra type guards to...