Skip to content

Commit 05acd52

Browse files
nirgaclaude
andcommitted
chore: remove redundant image-utils.ts
The image-utils.ts file contained duplicate functionality that was already implemented more efficiently in image-wrappers.ts. All image processing is now handled directly in the instrumentation wrappers. - Remove unused image-utils.ts with redundant image processing functions - Clean up images/index.ts exports - Reduces code duplication and maintains single responsibility 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 595501f commit 05acd52

File tree

2 files changed

+1
-185
lines changed

2 files changed

+1
-185
lines changed

packages/traceloop-sdk/src/lib/images/image-utils.ts

Lines changed: 0 additions & 175 deletions
This file was deleted.
Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1 @@
1-
export { ImageUploader } from "./image-uploader";
2-
export {
3-
processImageFile,
4-
processAndUploadImage,
5-
processImageArray,
6-
isBase64String,
7-
isDataUrl,
8-
extractBase64FromDataUrl,
9-
} from "./image-utils";
10-
export type { ImageContent, ProcessedImage, ImageUploadCallback } from "./image-utils";
1+
export { ImageUploader } from "./image-uploader";

0 commit comments

Comments
 (0)