chore: remove API local model dependencies

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
Asep Haryana Saputra
2026-05-22 19:54:31 +00:00
co-authored by Claude Opus 4.7
parent 1689f3f44e
commit b81fecaa3f
3 changed files with 1 additions and 147 deletions
-8
View File
@@ -1,8 +0,0 @@
declare module 'pngjs' {
export class PNG {
width: number;
height: number;
data: Buffer;
parse(data: Buffer, callback: (err: Error | null) => void): void;
}
}